jenkins-bot has submitted this change and it was merged.

Change subject: Bump $wgResourceLoaderMaxQueryLength to 4,000
......................................................................


Bump $wgResourceLoaderMaxQueryLength to 4,000

See if this eliminates the remaining stragglers. Follows I3a8057a8.

Change-Id: I6eb0ae671b94673f899ee3e4874094f6601a2637
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index bd1c189..dc57cee 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -260,7 +260,7 @@
 // Deprecated
 $wgIncludeLegacyJavaScript = true;
 
-$wgResourceLoaderMaxQueryLength = 3000;
+$wgResourceLoaderMaxQueryLength = 4000;
 
 if ( $wmgReduceStartupExpiry ) {
        $wgResourceLoaderMaxage['unversioned'] = [ 'server' => 30, 'client' => 
30 ];

-- 
To view, visit https://gerrit.wikimedia.org/r/296963
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6eb0ae671b94673f899ee3e4874094f6601a2637
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to