Skip to content

Commit

Permalink
Bump the web socket worker's pool size
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrafanie committed Nov 22, 2016
1 parent 2b75ba5 commit f85a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f85a88d

Please sign in to comment.