0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-02 03:22:56 +00:00

[Castorus] Reduce cache duration to 10 minutes

This commit is contained in:
logmanoriginal 2016-08-05 13:19:36 +02:00
parent 31bdf7390a
commit e4a56e504e

View File

@ -87,6 +87,6 @@ class CastorusBridge extends BridgeAbstract {
} }
public function getCacheDuration(){ public function getCacheDuration(){
return 3600; // 1 hour return 600; // 10 minutes
} }
} }