forked from TrueCloudLab/frostfs-node
[#355] Increase tree svc client cache size to test hypotheses
Signed-off-by: Alejandro Lopez <a.lopez@yadro.com>
This commit is contained in:
parent
6f47c75e43
commit
13a7a90101
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ type cacheItem struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultClientCacheSize = 10
|
defaultClientCacheSize = 32
|
||||||
defaultClientConnectTimeout = time.Second * 2
|
defaultClientConnectTimeout = time.Second * 2
|
||||||
defaultReconnectInterval = time.Second * 15
|
defaultReconnectInterval = time.Second * 15
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue