Commit 4b6bcf72 authored by Chelsea Holland Komlo's avatar Chelsea Holland Komlo
Browse files

reset timer after updating node copy

parent 29696110
Showing with 1 addition and 0 deletions
+1 -0
......@@ -1558,6 +1558,7 @@ func (c *Client) watchNodeUpdates() {
c.retryRegisterNode()
hasChanged = false
timer.Reset(c.retryIntv(nodeUpdateRetryIntv))
case <-c.triggerNodeUpdate:
hasChanged = true
case <-c.shutdownCh:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment