Merge pull request #4095 from jitendra-webkul/master

Change product image cache expire time
This commit is contained in:
Jitendra Singh 2020-10-15 17:26:07 +05:30 committed by GitHub
commit 886dbfc367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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