From: Grant Slater Date: Mon, 8 Aug 2022 20:06:16 +0000 (+0300) Subject: mediawiki: Final attempt at increasing wgHTTPTimeout X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2402e72ab7ec47af187bdacb6c611bb1fa3de058 mediawiki: Final attempt at increasing wgHTTPTimeout --- 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;