mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-25 12:24:11 +02:00
[KununuBridge] Increase cache duration to 1 day
This commit is contained in:
@ -129,6 +129,10 @@ class KununuBridge extends BridgeAbstract{
|
||||
}
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 86400; // 1 day
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the given site is part of the parameters list
|
||||
*/
|
||||
|
Reference in New Issue
Block a user