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

Change subject: Enable $wgAbuseFilterProfile for commonswiki
......................................................................


Enable $wgAbuseFilterProfile for commonswiki

The filters on Wikimedia Commons have been running into the condition
limit recently. To avoid raising the limit (T132048), let's enable
profiling for a few days to make it possible to optimize them.

Bug: T132200
Change-Id: I0e26e6a58d44dcbcc6389e4641e037bcda3a8f43
---
M wmf-config/abusefilter.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, but someone else must approve
  Dereckson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/abusefilter.php b/wmf-config/abusefilter.php
index 0bc1136..ca2f31d 100644
--- a/wmf-config/abusefilter.php
+++ b/wmf-config/abusefilter.php
@@ -70,6 +70,7 @@
                $wgGroupPermissions['sysop']['abusefilter-log-private'] = true;
                break;
        case 'commonswiki':
+               $wgAbuseFilterProfile = true; // T132200
                $wgGroupPermissions['sysop']['abusefilter-modify-restricted'] = 
true;
                break;
        case 'cswiktionary':

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0e26e6a58d44dcbcc6389e4641e037bcda3a8f43
Gerrit-PatchSet: 4
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: Steinsplitter <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to