summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-06-01 19:10:23 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-06-01 19:10:23 +0200
commit5e52913beacfda63a4d650982f7d431f2ee9f266 (patch)
treeb8ba5cef403cd340c1fe969431889dfd4f28d6c9
parent84538ef72a270d66698a14da8008a07bc2047f7b (diff)
services: web: rss: parisjazzclub: change cache_timeout from 24h to 1h
-rw-r--r--config/services/web/rss/ParisJazzClubBridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/web/rss/ParisJazzClubBridge.php b/config/services/web/rss/ParisJazzClubBridge.php
index a2ec4bd..e55ecce 100644
--- a/config/services/web/rss/ParisJazzClubBridge.php
+++ b/config/services/web/rss/ParisJazzClubBridge.php
@@ -5,7 +5,7 @@ class ParisJazzClubBridge extends XPathAbstract {
const URI = 'https://www.parisjazzclub.net/en/agenda-free/';
const DESCRIPTION = 'Free concerts for the Paris Jazz Club subscribers.';
const MAINTAINER = 'Quentin Aristote';
- const CACHE_TIMEOUT = 86400; // 24h
+ const CACHE_TIMEOUT = 3600; // 1h
const FEED_SOURCE_URL = 'https://www.parisjazzclub.net/en/agenda-free/';
const XPATH_EXPRESSION_ITEM = '//div[@class="col-12 mb-5 concerts-items"]';