From a5b77810c76f9573c83d3b3f0921a7e0ec9b72c9 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Tue, 22 Jul 2025 20:30:29 +0300 Subject: [PATCH] [InstituteForTheStudyOfWarBridge] Increase caching time --- 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 = [];