Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/282806

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/06/282806/1

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: newchange
Gerrit-Change-Id: I0e26e6a58d44dcbcc6389e4641e037bcda3a8f43
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

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

Reply via email to