Decreased the number of retries for dead node confirmation

This commit is contained in:
Todd Gruben 2019-06-05 15:13:53 -05:00
parent e4dbafd03e
commit b9ab21dfd2

View file

@ -62,7 +62,7 @@ const (
resizeJobActionAdd = "ADD"
resizeJobActionRemove = "REMOVE"
confirmDownRetries = 15
confirmDownRetries = 10
confirmDownSleep = 1
confirmDownTimeout = 2
)