1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-04-05 00:05:34 +03:00

Change Cache Duration

Up to 6 hours
This commit is contained in:
Damien Calesse 2016-07-30 18:19:36 +02:00
parent 74b6dd37f9
commit 9b579c7cd4

View file

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