Skip to content

Commit

Permalink
address the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Feb 23, 2022
1 parent 93e9a73 commit 3f2d180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/statistics/store_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (s *StoreSummaryInfo) AddInfluence(infl *Influence, w float64) {
s.PendingSum.Count += infl.Count * w
}

// IsTiFlash returns if the store is TiFlash.
// IsTiFlash returns true if the store is TiFlash.
func (s *StoreSummaryInfo) IsTiFlash() bool {
return s.isTiFlash
}
Expand Down

0 comments on commit 3f2d180

Please sign in to comment.