[#355] Increase tree svc client cache size to test hypotheses #360
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