forked from TrueCloudLab/frostfs-sdk-go
[TrueCloudLab#6] pool: Decrease rebalanceInterval
Set default rebalance interval to 15s Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
54696acf48
commit
f0ac49b8f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue