Plugin Directory

Changeset 2122714


Ignore:
Timestamp:
07/14/2019 09:30:58 AM (7 years ago)
Author:
alexalouit
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-wallcreeper/trunk/cache.php

    r2122712 r2122714  
    12621262            'precache' => array(
    12631263                'maximum_request' => 64,
    1264                 'timeout' => ((@ini_get('max_execution_time')) ? ($_SERVER['REQUEST_TIME'] - ($_SERVER['REQUEST_TIME'] * 0.75)) : 25),
     1264                'timeout' => ((@ini_get('max_execution_time')) ? (ini_get('max_execution_time') - (ini_get('max_execution_time') * 0.75)) : 25),
    12651265                'home' => true,
    12661266                'category' => true,
Note: See TracChangeset for help on using the changeset viewer.