mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[Castorus] Reduce cache duration to 10 minutes
This commit is contained in:
parent
31bdf7390a
commit
e4a56e504e
1 changed files with 1 additions and 1 deletions
|
@ -87,6 +87,6 @@ class CastorusBridge extends BridgeAbstract {
|
|||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 3600; // 1 hour
|
||||
return 600; // 10 minutes
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue