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

Commit

Permalink
Merge pull request etcd-io#927 from bmatsuo/topic/Documentation/fix-t…
Browse files Browse the repository at this point in the history
…uning-timeout-toml

Documentation: fix timeout tuning TOML example
  • Loading branch information
yichengq committed Aug 14, 2014
2 parents 186879c + b52d4cd commit 511ac32
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 511ac32

Please sign in to comment.