From 2a04940fb8d96271b2c9d76bc83a385040f3d261 Mon Sep 17 00:00:00 2001
From: logmanoriginal <log.man@gmx.de>
Date: Wed, 10 Aug 2016 23:27:48 +0200
Subject: [PATCH] [KununuBridge] Increase cache duration to 1 day

---
 bridges/KununuBridge.php | 4 ++++
 1 file changed, 4 insertions(+)

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
 	*/