outposts: reset backoff after successful connect

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-13 16:38:48 +01:00
parent f2b3a2ec91
commit cf5ff6e160
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ func (ac *APIController) reconnectWS() {
}
} else {
ac.wsIsReconnecting = false
ac.wsBackoffMultiplier = 1
return
}
}