1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 16:17:28 +02:00

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(){
return 0;
return 3600; // 1 hour
return 10800; // 3 hours
}
}