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

Merged
fyrchik merged 1 commit from ale64bit/frostfs-node:fix/355-increase-tree-service-client-cache-size into master 2023-05-17 15:00:40 +00:00

View file

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