1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 14:18:35 +01:00

Fixed cache time.

This commit is contained in:
Teromene 2016-02-26 18:42:52 +00:00
parent e064b5fe28
commit d92dc71fae

View File

@ -53,6 +53,6 @@ class AcrimedBridge extends RssExpander{
}
public function getCacheDuration(){
return 0; // 2 hours
return 4800; // 2 hours
}
}