Change product image cache expire time

This commit is contained in:
jitendra 2020-10-15 17:23:09 +05:30
parent 7ae7cb0b7c
commit 7be00580d2
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ return array(
|
*/
'lifetime' => 43200,
'lifetime' => 525600,
);