Disable APC page caching

hg/feature/cdb-packed
kaetemi 10 years ago
parent e1c70eb423
commit c4d4587830

@ -43,9 +43,9 @@ class Helpers {
if (function_exists('apc_cache_info')) {
// production
$smarty->caching = true;
$smarty->setCachingType("apc");
$smarty->compile_check = false;
//$smarty->caching = true;
//$smarty->setCachingType("apc");
//$smarty->compile_check = false;
}
// needed by smarty.

Loading…
Cancel
Save