Merge pull request #927 from bmatsuo/topic/Documentation/fix-tuning-timeout-toml

Documentation: fix timeout tuning TOML example
This commit is contained in:
Yicheng Qin 2014-08-14 00:52:39 -07:00
commit 511ac3280f

View File

@ -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.