Commit a2768f3c by halweg

增加缓存时长

parent bf3425b6
...@@ -10,7 +10,7 @@ class Type extends TagScope ...@@ -10,7 +10,7 @@ class Type extends TagScope
const CACHE_TAG = 'INSTAGRAM_FEED'; const CACHE_TAG = 'INSTAGRAM_FEED';
const CACHE_LIFETIME = 60 * 60; const CACHE_LIFETIME = 60 * 60 * 24;
/** /**
* @param FrontendPool $cacheFrontendPool * @param FrontendPool $cacheFrontendPool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment