forked from blallo/rss-bridge
I stupidly forgot to change cache duration ...
This commit is contained in:
parent
94ffb22fb0
commit
7b99ad3650
1 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,6 @@ class TheOatmealBridge extends RssExpander{
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCacheDuration(){
|
public function getCacheDuration(){
|
||||||
return 1; // 2h hours
|
return 7200; // 2h hours
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue