From e1b5c9cda3196e67faf275da019e2b1cbffbcf54 Mon Sep 17 00:00:00 2001 From: Paul de Rosanbo Date: Sun, 1 Feb 2015 15:04:59 +0100 Subject: [PATCH] Set cache duration to 3 hours --- bridges/ParuVenduImmoBridge.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bridges/ParuVenduImmoBridge.php b/bridges/ParuVenduImmoBridge.php index cbb420e8..303a0904 100644 --- a/bridges/ParuVenduImmoBridge.php +++ b/bridges/ParuVenduImmoBridge.php @@ -71,7 +71,6 @@ class ParuVenduImmoBridge extends BridgeAbstract } public function getCacheDuration(){ - return 0; - return 3600; // 1 hour + return 10800; // 3 hours } }