GWicke has uploaded a new change for review.

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


Change subject: Slightly up titles per template update from 8 to 10
......................................................................

Slightly up titles per template update from 8 to 10

At 8 titles per job dequeue rate was roughly in equilibrium, but not enough to
keep the queue smallish. The load on the API throughout the week was low
though (and the outage last weekend was not really caused by Parsoid), so
increasing it slightly to 10 is safe to do.

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


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 43012ec..782bd5d 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1953,7 +1953,7 @@
        // Throttle rate of template updates by setting the number of tests per
        // job to something lowish, and limiting the maximum number of updates 
to
        // process per template edit
-       $wgParsoidCacheUpdateTitlesPerJob = 8;
+       $wgParsoidCacheUpdateTitlesPerJob = 10;
        $wgParsoidMaxBacklinksInvalidate = 500000;
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45860e0dbf63a709b1e4244d403cd5c2c25deab2
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