Change WhydBridge.php

This commit is contained in:
Damien Calesse 2014-07-18 15:10:18 +02:00
parent 98d551f0b2
commit ce9a5e2489

View file

@ -59,6 +59,6 @@ class WhydBridge extends BridgeAbstract{
}
public function getCacheDuration(){
return 1; // 10 minutes
return 600; // 10 minutes
}
}