Set cache duration to 3 hours

This commit is contained in:
Paul de Rosanbo 2015-02-01 15:04:59 +01:00
parent c44c569aa5
commit e1b5c9cda3

View file

@ -71,7 +71,6 @@ class ParuVenduImmoBridge extends BridgeAbstract
} }
public function getCacheDuration(){ public function getCacheDuration(){
return 0; return 10800; // 3 hours
return 3600; // 1 hour
} }
} }