[KununuBridge] Increase cache duration to 1 day

This commit is contained in:
logmanoriginal 2016-08-10 23:27:48 +02:00
parent f0f2e8f847
commit 2a04940fb8

View file

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