mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 14:49:53 +02:00
[PanneauPocketBridge] missed to revert cache TTL value
This commit is contained in:
parent
1a3bb5a013
commit
28ee122fce
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class PanneauPocketBridge extends BridgeAbstract
|
||||||
<a target="_blank" href="https://cors-anywhere.herokuapp.com/corsdemo">here</a>
|
<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';
|
<br><br>Or use your own proxy and change the proxy value in RSS-Bridge config.ini.php';
|
||||||
const MAINTAINER = 'floviolleau';
|
const MAINTAINER = 'floviolleau';
|
||||||
const CACHE_TIMEOUT = 0;//7200; // 2h
|
const CACHE_TIMEOUT = 7200; // 2h
|
||||||
const PARAMETERS = [[
|
const PARAMETERS = [[
|
||||||
'city' => [
|
'city' => [
|
||||||
'name' => 'Choisir une ville',
|
'name' => 'Choisir une ville',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue