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:
@@ -71,7 +71,6 @@ class ParuVenduImmoBridge extends BridgeAbstract
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 0;
|
||||
return 3600; // 1 hour
|
||||
return 10800; // 3 hours
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user