mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
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(){
|
public function getCacheDuration(){
|
||||||
return 0; // 1 hour
|
return 21600; // 6 hours
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue