forked from blallo/rss-bridge
Fixed cache time.
This commit is contained in:
parent
e064b5fe28
commit
d92dc71fae
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ class AcrimedBridge extends RssExpander{
|
|||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 0; // 2 hours
|
||||
return 4800; // 2 hours
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue