mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 05:40:24 +02:00
Fixed cache time.
This commit is contained in:
@@ -53,6 +53,6 @@ class AcrimedBridge extends RssExpander{
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 0; // 2 hours
|
||||
return 4800; // 2 hours
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user