Lifetime
This commit is contained in:
parent
95320c6e84
commit
85afc9e8da
@ -51,11 +51,11 @@ class privatesaleshomeModuleFrontController extends ModuleFrontController {
|
||||
|
||||
// 12613 - Optimisation
|
||||
if(Configuration::get('PS_SMARTY_CACHE') == 1) {
|
||||
$lifetime = 7200;
|
||||
$lifetime = 600;
|
||||
switch (Configuration::get('PS_SMARTY_FORCE_COMPILE')) {
|
||||
case 0:
|
||||
case 1:
|
||||
$lifetime = 7200;
|
||||
$lifetime = 600;
|
||||
break;
|
||||
case 2:
|
||||
$lifetime = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user