mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 05:40:24 +02:00
I stupidly forgot to change cache duration ...
This commit is contained in:
@@ -61,6 +61,6 @@ class TheOatmealBridge extends RssExpander{
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 1; // 2h hours
|
||||
return 7200; // 2h hours
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user