GWicke has uploaded a new change for review.

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

Change subject: Enable RESTBase updates on all wikis but enwiki
......................................................................

Enable RESTBase updates on all wikis but enwiki

Load has been very moderate so far, and an error in file upload updates has
been fixed. We're leaving out enwiki as a final step to ramp up the load
gradually.

Change-Id: I8a8898909422b9b789335208eca8bfdd2b49e707
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 4 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index ddcf17d..77e4c2f 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12235,10 +12235,8 @@
 // whether to activate the extension sending page edit
 // updates to RESTBase
 'wmgUseRestbaseUpdateJobs' => array(
-       'default' => false,
-       'testwiki' => true,
-       'test2wiki' => true,
-       'mediawikiwiki' => true
+       'default' => true,
+       'enwiki' => false
 ),
 
 // whether to configure RESTBase as a Virtual REST Service

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

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

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

Reply via email to