mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Decreased the number of retries for dead node confirmation
This commit is contained in:
parent
e4dbafd03e
commit
b9ab21dfd2
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const (
|
|||
resizeJobActionAdd = "ADD"
|
||||
resizeJobActionRemove = "REMOVE"
|
||||
|
||||
confirmDownRetries = 15
|
||||
confirmDownRetries = 10
|
||||
confirmDownSleep = 1
|
||||
confirmDownTimeout = 2
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue