Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <[email protected]>
  • Loading branch information
JmPotato committed Apr 25, 2024
1 parent 67fa5d7 commit 6a680c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/tso_dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ func (c *tsoClient) connectionCtxsUpdater(
// the periodic check needs to be turned off.
setNewUpdateTicker(&time.Ticker{})
} else {
// The status of TSO Follower Proxy does not change, and updateTSOConnectionCtxs is not triggered
continue

Check warning on line 522 in client/tso_dispatcher.go

View check run for this annotation

Codecov / codecov/patch

client/tso_dispatcher.go#L520-L522

Added lines #L520 - L522 were not covered by tests
}
case <-updateTicker.C:

Check warning on line 524 in client/tso_dispatcher.go

View check run for this annotation

Codecov / codecov/patch

client/tso_dispatcher.go#L524

Added line #L524 was not covered by tests
Expand Down

0 comments on commit 6a680c6

Please sign in to comment.