From a7f1dcc7d8874d6cc511e7b797c36cef24554054 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Wed, 19 Nov 2025 14:18:33 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20CACHE=5FTIMEOUT=20zu=20MainPostBrid?= =?UTF-8?q?ge=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainPostBridge.php | 1 + 1 file changed, 1 insertion(+) diff --git a/MainPostBridge.php b/MainPostBridge.php index 2b189f5..df93db5 100644 --- a/MainPostBridge.php +++ b/MainPostBridge.php @@ -4,6 +4,7 @@ class MainPostBridge extends BridgeAbstract { const URI = 'https://www.mainpost.de/'; const DESCRIPTION = 'Nachrichten und Artikel von der Main-Post'; const MAINTAINER = 'Akamaru'; + const CACHE_TIMEOUT = 3600; // 1 Stunde public function getIcon() {