Skip to content

Commit

Permalink
server: adjust default leader schedule limit (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch authored Mar 10, 2017
1 parent 7dda2f9 commit a9568fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const (
defaultMaxReplicas = 3
defaultMaxSnapshotCount = 3
defaultMaxStoreDownTime = time.Hour
defaultLeaderScheduleLimit = 16
defaultLeaderScheduleLimit = 1024
defaultRegionScheduleLimit = 12
defaultReplicaScheduleLimit = 16
)
Expand Down

0 comments on commit a9568fa

Please sign in to comment.