From f85a88d37c356b74c4149e4e028b96df7fba98e6 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Tue, 22 Nov 2016 14:49:17 -0500 Subject: [PATCH] Bump the web socket worker's pool size https://bugzilla.redhat.com/show_bug.cgi?id=1391475 We still need to figure out if we need more or less connections but hopefully this helps minimize the infinispinners QE is seeing. Temporarily replacing #12572 while we continue to discuss the details. --- config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.yml b/config/settings.yml index d29816d7029..49e12d76e05 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -1393,6 +1393,6 @@ :memory_threshold: 1.gigabytes :nice_delta: 1 :websocket_worker: - :connection_pool_size: 8 + :connection_pool_size: 14 :memory_threshold: 1.gigabytes :nice_delta: 1