update sample config (was missing cluster-tracing as well).

pull/4685/head
Cory LaNou 2015-11-11 10:58:33 -06:00
parent 4187fbba02
commit 615024ac47
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ reporting-disabled = false
heartbeat-timeout = "1s"
leader-lease-timeout = "500ms"
commit-timeout = "50ms"
cluster-tracing = false
# if enabled, when a raft cluster loses a peer due to a `DROP SERVER` command,
# the leader will automatically ask a non-raft peer node to promote to a raft
# peer. This only happens if there is a non-raft peer node available to promote.
raft-promotion-enabled = true
###
### [data]