[#355] Increase tree svc client cache size to test hypotheses #360

Merged
fyrchik merged 1 commit from ale64bit/frostfs-node:support/v0.36 into support/v0.36 2023-05-17 14:59:14 +00:00

View file

@ -27,7 +27,7 @@ type cacheItem struct {
}
const (
defaultClientCacheSize = 10
defaultClientCacheSize = 32
defaultClientConnectTimeout = time.Second * 2
defaultReconnectInterval = time.Second * 15
)