Skip to content

Commit 2887b39

Browse files
author
Bimal Poudel
committed
5 hours of cache applied.
1 parent f2a4e6d commit 2887b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosted-content-importer/hosted-content-importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Cached file validity duration: seconds(Hour+Minutes+Seconds)
1515
*/
16-
define('HCI_CACHE_DURATION', 0 * 60 * 60 + 0 * 60 + 0);
16+
define('HCI_CACHE_DURATION', 5 * 60 * 60 + 0 * 60 + 0);
1717

1818
/**
1919
* Do NOT edit

0 commit comments

Comments
 (0)