Hoo man has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/382414 )

Change subject: Enable Statement usage tracking on kowiki and trwiki
......................................................................

Enable Statement usage tracking on kowiki and trwiki

Both of them have fewer total usage than elwiki, so I expect
nothing horrible here.
Bonus: Both of them are on different shards (s2, s6).

Bug: T151717
Change-Id: I5ab85df3d3544cce4f0cb87bb9914706f164c78f
---
M wmf-config/Wikibase-production.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/wmf-config/Wikibase-production.php 
b/wmf-config/Wikibase-production.php
index cfdbb8e..3cf9682 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -201,7 +201,7 @@
        // T177153
        $wgWBClientSettings['disabledUsageAspects'] = [ 'D' ];
        // T151717
-       if ( $wgDBname !== 'elwiki' ) {
+       if ( !in_array( $wgDBname, [ 'elwiki', 'kowiki', 'trwiki' ] ) ) {
                $wgWBClientSettings['disabledUsageAspects'][] = 'C';
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ab85df3d3544cce4f0cb87bb9914706f164c78f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

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

Reply via email to