Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cabinfever_B <cabinfeveroier@gmail.com>
  • Loading branch information
CabinfeverB committed Mar 28, 2024
1 parent d291db3 commit 441340b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/tso_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ func (c *tsoClient) updateGlobalDispatcher(url string) error {
old := dispatcher.targetURL.Load()
if old != url {
dispatcher.targetURL.Store(url)
dispatcher.dispatcherCancel()
}
}
c.tsoAllocators.Store(globalDCLocation, url)
Expand Down

0 comments on commit 441340b

Please sign in to comment.