Changeset 2122717
- Timestamp:
- 07/14/2019 09:34:14 AM (7 years ago)
- File:
-
- 1 edited
-
wp-wallcreeper/trunk/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-wallcreeper/trunk/cache.php
r2122714 r2122717 1262 1262 'precache' => array( 1263 1263 'maximum_request' => 64, 1264 'timeout' => ((@ini_get('max_execution_time')) ? (ini_get('max_execution_time') - (ini_get('max_execution_time') * 0.75)) : 25),1264 'timeout' => ((@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.