docs: format Autopilot config stanza example.
This commit is contained in:
parent
1abfeb6bcf
commit
b44e703506
|
@ -16,13 +16,13 @@ For more information about Autopilot, see the [Autopilot Guide](https://learn.ha
|
|||
|
||||
```hcl
|
||||
autopilot {
|
||||
cleanup_dead_servers = true
|
||||
last_contact_threshold = "200ms"
|
||||
max_trailing_logs = 250
|
||||
cleanup_dead_servers = true
|
||||
last_contact_threshold = "200ms"
|
||||
max_trailing_logs = 250
|
||||
server_stabilization_time = "10s"
|
||||
enable_redundancy_zones = false
|
||||
enable_redundancy_zones = false
|
||||
disable_upgrade_migration = false
|
||||
enable_custom_upgrades = false
|
||||
enable_custom_upgrades = false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue