From: Aryeh Gregor Date: Fri, 23 May 2008 17:15:33 +0000 (+0000) Subject: Reduce default max pages to move at once to 100, primarily to keep RC spam to sane... X-Git-Tag: 1.31.0-rc.0~47434 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=04936828a13e4ee509668242d823a04a7722c0ad;p=lhc%2Fweb%2Fwiklou.git Reduce default max pages to move at once to 100, primarily to keep RC spam to sane levels until a more reasonable fix can be thought up. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c15849e339..5efe398601 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -46,7 +46,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * The "createpage" permission is no longer required when uploading if the target image page already exists. * $wgMaximumMovedPages restricts the number of pages that can be moved at once - (default 1000) with the new subpage-move functionality of Special:Movepage. + (default 100) with the new subpage-move functionality of Special:Movepage. === New features in 1.13 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2aa35fa2cd..09b3e389f9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3190,7 +3190,7 @@ $wgExpensiveParserFunctionLimit = 100; /** * Maximum number of pages to move at once when moving subpages with a page. */ -$wgMaximumMovedPages = 1000; +$wgMaximumMovedPages = 100; /** * Array of namespaces to generate a sitemap for when the