[TrueCloudLab#6] pool: Decrease rebalanceInterval

Set default rebalance interval to 15s

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
pull/11/head
Denis Kirillov 2023-01-11 15:53:02 +03:00 committed by Alex Vanin
parent 54696acf48
commit f0ac49b8f0
1 changed files with 1 additions and 1 deletions

View File

@ -1556,7 +1556,7 @@ const (
defaultSessionTokenExpirationDuration = 100 // in blocks
defaultErrorThreshold = 100
defaultRebalanceInterval = 25 * time.Second
defaultRebalanceInterval = 15 * time.Second
defaultHealthcheckTimeout = 4 * time.Second
defaultDialTimeout = 5 * time.Second
defaultStreamTimeout = 10 * time.Second