mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-26 03:16:33 +03:00
Modification de la durée du cache
This commit is contained in:
parent
221ac239e1
commit
7680b065b5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class FacebookBridge extends BridgeAbstract{
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCacheDuration(){
|
public function getCacheDuration(){
|
||||||
return 01; // 5 minutes
|
return 300; // 5 minutes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue