diff --git a/bridges/KununuBridge.php b/bridges/KununuBridge.php index 375680b8..3b61fa67 100644 --- a/bridges/KununuBridge.php +++ b/bridges/KununuBridge.php @@ -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 */