Gilles has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/372054 )

Change subject: Reduce the per-IP concurrency limit in Thumbor
......................................................................

Reduce the per-IP concurrency limit in Thumbor

Bug: T172930
Change-Id: I7ed1d0bee6147a616a59e9babd6393cd5f79432f
---
M modules/thumbor/templates/server.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/54/372054/1

diff --git a/modules/thumbor/templates/server.conf.erb 
b/modules/thumbor/templates/server.conf.erb
index 60cf355..524b593 100644
--- a/modules/thumbor/templates/server.conf.erb
+++ b/modules/thumbor/templates/server.conf.erb
@@ -153,7 +153,7 @@
 # Up to "workers" thumbnails can be generated at once for a given IP
 # address, with up to "maxqueue" thumbnails queued per IP
 POOLCOUNTER_CONFIG_PER_IP = {
-    'workers': 32,
+    'workers': 4,
     'maxqueue': 500,
     'timeout': 8
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ed1d0bee6147a616a59e9babd6393cd5f79432f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gilles <gdu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to