Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: Cabinfever_B <cabinfeveroier@gmail.com>
  • Loading branch information
CabinfeverB committed Nov 29, 2023
1 parent 92ed72b commit 79b0ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (o *option) setEnableFollowerHandle(enable bool) {
}
}

// getMaxTSOBatchWaitIntervalgets the Follower Handle enable option.
// getMaxTSOBatchWaitInterval gets the Follower Handle enable option.
func (o *option) getEnableFollowerHandle() bool {
return o.dynamicOptions[EnableFollowerHandle].Load().(bool)
}
Expand Down

0 comments on commit 79b0ba0

Please sign in to comment.