mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-15 08:24:44 +02: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(){
|
public function getCacheDuration(){
|
||||||
return 3600; // 1 hour
|
return 600; // 10 minutes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue