From 7c6321933f9e98bd7af474b1f519c549f040912b Mon Sep 17 00:00:00 2001 From: benjamin <ben@elixxir.io> Date: Thu, 20 Oct 2022 14:28:32 -0700 Subject: [PATCH] increased number of paraelle registrations to 20 and set max hostpool size to 5 --- cmix/gateway/hostPool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmix/gateway/hostPool.go b/cmix/gateway/hostPool.go index df35eb0ec..d39e71596 100644 --- a/cmix/gateway/hostPool.go +++ b/cmix/gateway/hostPool.go @@ -128,7 +128,7 @@ type poolParamsDisk struct { // DefaultPoolParams returns a default set of PoolParams. func DefaultPoolParams() PoolParams { p := PoolParams{ - MaxPoolSize: 30, + MaxPoolSize: 5, ProxyAttempts: 5, PoolSize: 0, MaxPings: 0, -- GitLab