Manybubbles has uploaded a new change for review. https://gerrit.wikimedia.org/r/76620
Change subject: Stop cirrussearch from using poolcounter in beta. ...................................................................... Stop cirrussearch from using poolcounter in beta. Change-Id: I2a9a116d7da3b78e4191514ec6405c3b56e5be34 --- M wmf-config/CirrusSearch-common.php 1 file changed, 0 insertions(+), 14 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/20/76620/1 diff --git a/wmf-config/CirrusSearch-common.php b/wmf-config/CirrusSearch-common.php index 4b1c50b..b8b9f1b 100644 --- a/wmf-config/CirrusSearch-common.php +++ b/wmf-config/CirrusSearch-common.php @@ -14,20 +14,6 @@ require_once( "$IP/extensions/CirrusSearch/CirrusSearch.php" ); $wgSearchType = 'CirrusSearch'; -$wgPoolCounterConf['CirrusSearch-Update'] = array( - 'class' => 'PoolCounter_Client', - 'timeout' => 120, // wait timeout in seconds - 'workers' => 20, // maximum number of active threads in each pool - 'maxqueue' => 200, // maximum number of total threads in each pool -); -$wgPoolCounterConf['CirrusSearch-Search'] = array( - 'class' => 'PoolCounter_Client', - 'timeout' => 30, // wait timeout in seconds - 'workers' => 50, // maximum number of active threads in each pool - 'maxqueue' => 10, // maximum number of total threads in each pool -); - - # Load per realm specific configuration, either: # - CirrusSearch-labs.php # - CirrusSearch-production.php -- To view, visit https://gerrit.wikimedia.org/r/76620 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2a9a116d7da3b78e4191514ec6405c3b56e5be34 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Manybubbles <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
