Set cache duration to 3 hours
This commit is contained in:
parent
c44c569aa5
commit
e1b5c9cda3
1 changed files with 1 additions and 2 deletions
|
@ -71,7 +71,6 @@ class ParuVenduImmoBridge extends BridgeAbstract
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCacheDuration(){
|
public function getCacheDuration(){
|
||||||
return 0;
|
return 10800; // 3 hours
|
||||||
return 3600; // 1 hour
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue