Skip to content

Commit

Permalink
fix bad format
Browse files Browse the repository at this point in the history
  • Loading branch information
schristoff committed Oct 28, 2019
2 parents 001abe0 + 6fef898 commit 3de783c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/api/operator/autopilot.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ The table below shows this endpoint's support for
- `MaxTrailingLogs` `(int: 250)` specifies the maximum number of log entries
that a server can trail the leader by before being considered unhealthy.

- `MinQuorum` `int: 0` - specifies the minimum amount of servers needed before
autopilot can prune dead servers
- `MinQuorum` `int: 0` - specifies the minimum number of servers needed before
Autopilot can prune dead servers.

- `ServerStabilizationTime` `(string: "10s")` - Specifies the minimum amount of
time a server must be stable in the 'healthy' state before being added to the
Expand Down

0 comments on commit 3de783c

Please sign in to comment.