From 5e52913beacfda63a4d650982f7d431f2ee9f266 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 1 Jun 2022 19:10:23 +0200 Subject: services: web: rss: parisjazzclub: change cache_timeout from 24h to 1h --- config/services/web/rss/ParisJazzClubBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/services/web/rss') 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"]'; -- cgit v1.2.3