jenkins-bot has submitted this change and it was merged.

Change subject: Raise queue capacity for regex searches
......................................................................


Raise queue capacity for regex searches

We don't seem to be processing any regex searches at the moment....

Change-Id: I28465523d08a3b05ebd85b722efffabb8fbd3418
---
M wmf-config/PoolCounterSettings-eqiad.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Chad: Looks good to me, but someone else must approve
  Manybubbles: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/PoolCounterSettings-eqiad.php 
b/wmf-config/PoolCounterSettings-eqiad.php
index 3cd853f..99a11ed 100644
--- a/wmf-config/PoolCounterSettings-eqiad.php
+++ b/wmf-config/PoolCounterSettings-eqiad.php
@@ -37,7 +37,7 @@
                'class' => 'PoolCounter_Client',
                'timeout' => 60,
                'workers' => 10,
-               'maxqueue' => 10,
+               'maxqueue' => 20,
        ),
        // These should be very very fast and reasonably rare
        'CirrusSearch-NamespaceLookup' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I28465523d08a3b05ebd85b722efffabb8fbd3418
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to