Matthias Mullie has uploaded a new change for review.

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


Change subject: Completely disable AFTv5 on enwiki
......................................................................

Completely disable AFTv5 on enwiki

The watchlist-induced queries sometimes result in a full table scan.
While I do not yet have any clue on how to tackle that, this will
temporarily completely disable AFTv5 on enwiki. These queries will
still be performed on dewiki, but the total amount of feedback is only
around 26k right now, so it should not really be a problem right away.

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


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index d833b3d..4e5c8f4 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10380,7 +10380,7 @@
 'wmgUseArticleFeedbackv5' => array(
        'default' => false,
        'dewiki' => true, // Bug 42693
-       'enwiki' => true,
+       'enwiki' => false,
        'testwiki' => true,
 ),
 'wmgArticleFeedbackv5Cluster' => array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I637ef5947832fd215a58a2bb3e0b287ec31043b9
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

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

Reply via email to