From 9f8dc411a4d78bbbbe23f18c478a790204b64fb1 Mon Sep 17 00:00:00 2001 From: Pavel Korytov Date: Mon, 4 Aug 2025 01:21:57 +0300 Subject: [PATCH] [InstituteForTheStudyOfWarBridge] Increase caching time (#4626) --- bridges/InstituteForTheStudyOfWarBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/InstituteForTheStudyOfWarBridge.php b/bridges/InstituteForTheStudyOfWarBridge.php index 3f54094e..c52d4855 100644 --- a/bridges/InstituteForTheStudyOfWarBridge.php +++ b/bridges/InstituteForTheStudyOfWarBridge.php @@ -39,7 +39,7 @@ class InstituteForTheStudyOfWarBridge extends BridgeAbstract list($date_string, $user) = explode('-', $date_span->innertext); $date = DateTime::createFromFormat('F d, Y', trim($date_string)); - $html = getSimpleHTMLDOMCached(self::URI . $uri); + $html = getSimpleHTMLDOMCached(self::URI . $uri, 60 * 60 * 24 * 7); $content = $html->find('[property=content:encoded]', 0)->innertext; $enclosures = [];