GWicke has uploaded a new change for review.
https://gerrit.wikimedia.org/r/73894
Change subject: Slightly increase the Parsoid template update dequeue rate
......................................................................
Slightly increase the Parsoid template update dequeue rate
Change-Id: I1bcbbdf64490edb2a602219677f04cf2a6a2c05e
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/94/73894/1
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 067c2ca..5e56ee9 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1945,13 +1945,15 @@
);
// The wiki prefix to use
$wgParsoidWikiPrefix = $wgDBname;
+
+ // Load shedding knob, affects whether new Parsoid jobs are enqueued.
// Set to something between 0 (process all updates) and 1 (skip all
updates).
$wgParsoidSkipRatio = 0;
// 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 = 6;
+ $wgParsoidCacheUpdateTitlesPerJob = 8;
$wgParsoidMaxBacklinksInvalidate = 500000;
}
--
To view, visit https://gerrit.wikimedia.org/r/73894
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1bcbbdf64490edb2a602219677f04cf2a6a2c05e
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