Skip to content

Commit

Permalink
T12963: Raise DPL limits for gui7814sgtafanonwiki (#5760)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankEclair authored Dec 7, 2024
1 parent ff0f3d6 commit d6113a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LocalWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit d6113a9

Please sign in to comment.