Merge remote-tracking branch 'origin/ticket/r13756-slider' into dev

This commit is contained in:
Michael RICOIS 2017-09-13 10:09:31 +02:00
commit a0c25961ff

View File

@ -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;