08-30-2012, 03:35 AM
|
|
|
Confirmed User
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
|
Quote:
Originally Posted by k0nr4d
If our script is on there, make sure you don't have the caching time in config.php set to some absurdly low level like 5 or 10 seconds.
|
it says ....
Quote:
$cache_path = $basepath.'/cache'; //directory for cached files
$video_cache_time = 300; //video page cache time
$overall_cache_time = 3; //cache time for all other pages
$cacheType = 'filesystem'; //can be memcached or filesystem
$memcachedServer = 'localhost'; //server ip for memcached
$memcachedPort = '11211'; //port for memcached
|
|
|
|