Browse Source

Change Cache Duration

Up to 6 hours
Damien Calesse 7 years ago
parent
commit
9b579c7cd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bridges/SensCritiqueBridge.php

+ 1 - 1
bridges/SensCritiqueBridge.php

@@ -140,7 +140,7 @@ class SensCritiqueBridge extends BridgeAbstract {
 	}
 
 	public function getCacheDuration(){
-		return 0; // 1 hour
+		return 21600; // 6 hours
 	}
 
 }