forked from blallo/rss-bridge
Change Cache Duration
Up to 6 hours
This commit is contained in:
parent
74b6dd37f9
commit
9b579c7cd4
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class SensCritiqueBridge extends BridgeAbstract {
|
|||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 0; // 1 hour
|
||||
return 21600; // 6 hours
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue