]> git.openstreetmap.org Git - chef.git/commitdiff
mediawiki: increase wgHTTPTimeout yet again
authorGrant Slater <git@firefishy.com>
Mon, 8 Aug 2022 15:08:24 +0000 (18:08 +0300)
committerGrant Slater <git@firefishy.com>
Mon, 8 Aug 2022 15:08:24 +0000 (18:08 +0300)
cookbooks/mediawiki/templates/default/LocalSettings.php.erb

index 0382bb22ede6cada29fd559ca50c40d023349020..75a17ebd3e0976b40ff6151096859ea976c7866c 100644 (file)
@@ -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;