[KununuBridge] Increase cache duration to 1 day
This commit is contained in:
parent
f0f2e8f847
commit
2a04940fb8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
* Returns true if the given site is part of the parameters list
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue