From 5c94f159156a569dc9fff3444cc60700911afe83 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 8 Aug 2022 18:08:24 +0300 Subject: [PATCH] mediawiki: increase wgHTTPTimeout yet again --- 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 0382bb22e..75a17ebd3 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 = 90; +$wgHTTPTimeout = 180; -- 2.39.5