Skip to content

Commit

Permalink
update max-replicas description (#5984)
Browse files Browse the repository at this point in the history
  • Loading branch information
disksing committed Jul 16, 2021
1 parent 4214b0d commit 5ab45ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Configuration items related to replicas

### `max-replicas`

+ The number of replicas
+ The number of replicas, that is, the sum of the number of leaders and followers. The default value `3` means 1 leader and 2 followers. When this configuration is modified online, PD will schedule Regions in the background so that the number of replicas matches this configuration.
+ Default value: `3`

### `location-labels`
Expand Down

0 comments on commit 5ab45ae

Please sign in to comment.