Fix handling of delay in acquiring lease with stp turned on

Signed-off-by: Aneesh Puttur <aneeshputtur@gmail.com>
This commit is contained in:
Aneesh Puttur
2020-06-18 12:35:23 -04:00
parent e1f8f9bee5
commit d4775ecff5
2 changed files with 10 additions and 4 deletions

View File

@ -34,7 +34,6 @@ import (
)
const listenFdsStart = 3
const resendCount = 3
var errNoMoreTries = errors.New("no more tries")