From 28ee122fcefd1ad2ca516e870bfdc477f077ef5f Mon Sep 17 00:00:00 2001 From: Florent VIOLLEAU Date: Sun, 8 Dec 2024 23:32:30 +0100 Subject: [PATCH] [PanneauPocketBridge] missed to revert cache TTL value --- bridges/PanneauPocketBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/PanneauPocketBridge.php b/bridges/PanneauPocketBridge.php index 438c1772..a89913c5 100644 --- a/bridges/PanneauPocketBridge.php +++ b/bridges/PanneauPocketBridge.php @@ -9,7 +9,7 @@ class PanneauPocketBridge extends BridgeAbstract here

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',