mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-10 08:58:50 +00:00
Set cache duration to 3 hours
This commit is contained in:
parent
c44c569aa5
commit
e1b5c9cda3
@ -71,7 +71,6 @@ class ParuVenduImmoBridge extends BridgeAbstract
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 0;
|
||||
return 3600; // 1 hour
|
||||
return 10800; // 3 hours
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user