Skip to content

Commit

Permalink
remove unnecessary 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 May 22, 2019
1 parent a118d9a commit eb0d433
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/schedule/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ const (
// longer than it, the operator will be considered timeout.
RegionOperatorWaitTime = 10 * time.Minute
// RegionInfluence represents the influence of a operator step, which is used by ratelimit.
// And due to the return type of `Available()` in ratelimit is int64,
// we need to enlarge this variable to make the metrics work. 1000 is enough for now.
RegionInfluence int64 = 1000
)

Expand Down

0 comments on commit eb0d433

Please sign in to comment.