Merge pull request #4095 from jitendra-webkul/master
Change product image cache expire time
This commit is contained in:
commit
886dbfc367
|
|
@ -66,6 +66,6 @@ return array(
|
|||
|
|
||||
*/
|
||||
|
||||
'lifetime' => 43200,
|
||||
'lifetime' => 525600,
|
||||
|
||||
);
|
||||
Loading…
Reference in New Issue