Skip to content
Snippets Groups Projects
Commit 4f2ba39e authored by David Stainton's avatar David Stainton
Browse files

Fix exponential backoff duh

parent d14bfc34
No related branches found
No related tags found
6 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!371[Channel RSAtoPrivate] Implement Reverse Asymmetric in Client/Broadcast,!354Channels impl,!340Project/channels,!338Xx 4055/channel identity tracking
......@@ -249,6 +249,7 @@ func (c *clientIDTracker) registrationWorker(stopper *stoppable.Single) {
backoffSeconds = maxBackoff
}
waitTime = time.Second * time.Duration(backoffSeconds)
exponent += 1
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment