From e3d502768162bf0986455a6a1eff34760865e69b Mon Sep 17 00:00:00 2001 From: pauder Date: Thu, 30 Jan 2014 12:02:56 +0100 Subject: [PATCH] cache --- bridges/InstagramBridge.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bridges/InstagramBridge.php b/bridges/InstagramBridge.php index ce91b0f1..8a5575eb 100644 --- a/bridges/InstagramBridge.php +++ b/bridges/InstagramBridge.php @@ -75,7 +75,6 @@ class InstagramBridge extends BridgeAbstract{ } public function getCacheDuration(){ - return 0; - return 21600; // 6 hours + return 3600; } }