1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-04 13:44:57 +02:00

I stupidly forgot to change cache duration ...

This commit is contained in:
Nicolas Delsaux 2015-07-05 15:27:39 +02:00
parent 94ffb22fb0
commit 7b99ad3650

View File

@ -61,6 +61,6 @@ class TheOatmealBridge extends RssExpander{
}
public function getCacheDuration(){
return 1; // 2h hours
return 7200; // 2h hours
}
}