From 2402e72ab7ec47af187bdacb6c611bb1fa3de058 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 8 Aug 2022 23:06:16 +0300 Subject: [PATCH] mediawiki: Final attempt at increasing wgHTTPTimeout --- cookbooks/mediawiki/templates/default/LocalSettings.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb index 75a17ebd3..8ef611346 100644 --- a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb +++ b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb @@ -423,4 +423,4 @@ unset( $wgGroupsRemoveFromSelf['autoconfirmed'] ); # Increase curl timeout to allow parsoid requests to heavy pages like Map Features # Mediawiki 1.38 has fix to allow this to be set by $wgVirtualRestConfig # https://phabricator.wikimedia.org/T285478 -$wgHTTPTimeout = 180; +$wgHTTPTimeout = 240; -- 2.39.5