mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-04 16:49:35 +00:00
[PanneauPocketBridge] missed to revert cache TTL value
This commit is contained in:
parent
1a3bb5a013
commit
28ee122fce
@ -9,7 +9,7 @@ class PanneauPocketBridge extends BridgeAbstract
|
||||
<a target="_blank" href="https://cors-anywhere.herokuapp.com/corsdemo">here</a>
|
||||
<br><br>Or use your own proxy and change the proxy value in RSS-Bridge config.ini.php';
|
||||
const MAINTAINER = 'floviolleau';
|
||||
const CACHE_TIMEOUT = 0;//7200; // 2h
|
||||
const CACHE_TIMEOUT = 7200; // 2h
|
||||
const PARAMETERS = [[
|
||||
'city' => [
|
||||
'name' => 'Choisir une ville',
|
||||
|
Loading…
Reference in New Issue
Block a user