Aaron Schulz has uploaded a new change for review.

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

Change subject: Stop GWT wgJobBackoffThrottling values from getting lost
......................................................................

Stop GWT wgJobBackoffThrottling values from getting lost

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


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 42048d9..26d6615 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2391,7 +2391,7 @@
        'htmlCacheUpdate' => 20, // pages/sec per runner
        # Avoid excessive DB usage for backlink tables
        'refreshLinks'    => 20, // pages/sec per runner
-);
+) + $wgJobBackoffThrottling;
 
 # If a job runner takes too long to finish a job, assume it died and re-assign 
the job
 $wgJobTypeConf['default']['claimTTL'] = 3600;

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

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

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

Reply via email to