Skip to content
This repository was archived by the owner on Aug 18, 2019. It is now read-only.

Commit

Permalink
Documentation: fix timeout tuning TOML example
Browse files Browse the repository at this point in the history
this makes the TOML example for tuning the peer election timeout
consistent with the guide's advice and with the other examples.
  • Loading branch information
bmatsuo committed Aug 11, 2014
1 parent 95d295d commit b52d4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Or you can set the values within the configuration file:
```toml
[peer]
heartbeat_interval = 100
election_timeout = 100
election_timeout = 500
```

The values are specified in milliseconds.
Expand Down

0 comments on commit b52d4cd

Please sign in to comment.