Changeset 2122714
- Timestamp:
- 07/14/2019 09:30:58 AM (7 years ago)
- File:
-
- 1 edited
-
wp-wallcreeper/trunk/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-wallcreeper/trunk/cache.php
r2122712 r2122714 1262 1262 'precache' => array( 1263 1263 '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), 1265 1265 'home' => true, 1266 1266 'category' => true,
Note: See TracChangeset
for help on using the changeset viewer.