Commit 6974ebe2 by halweg

ins cache增加至1天

parent 0bdc3ba7
......@@ -17,7 +17,7 @@ class MediaFeed extends Template {
const CACHE_TAG = 'INSTAGRAM_FEED';
const CACHE_LIFETIME = 60 * 60;
const CACHE_LIFETIME = 60 * 60 * 24;
protected $request;
......
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