From d6113a905b1e6855da9abcb0ebbaecd518961695 Mon Sep 17 00:00:00 2001 From: Claire Date: Sat, 7 Dec 2024 14:48:51 +0000 Subject: [PATCH] T12963: Raise DPL limits for gui7814sgtafanonwiki (#5760) I believe this is allowed because of the existence of these: * https://github.com/miraheze/mw-config/blob/22aa68fe1d053ed038ee42129a90930e3973e741/LocalWiki.php#L52 * https://github.com/miraheze/mw-config/blob/22aa68fe1d053ed038ee42129a90930e3973e741/LocalWiki.php#L583-L584 Closes T12963 --- LocalWiki.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LocalWiki.php b/LocalWiki.php index 958c6f6f74..6566d1ea99 100644 --- a/LocalWiki.php +++ b/LocalWiki.php @@ -192,6 +192,11 @@ function onBeforePageDisplay( OutputPage $outputPage ) { ]; break; + case 'gui7814sgtafanonwiki': + $wgDplSettings['maxCategoryCount'] = 1000; + $wgDplSettings['maxResultCount'] = 1000; + + break; case 'hommwiki': // T12565: This is a workaround for an upstream bug, please remove when the bug fix is merged $wgEnabledAudioTranscodeSet = [];