瀏覽代碼

Documentation: fix timeout tuning TOML example

this makes the TOML example for tuning the peer election timeout
consistent with the guide's advice and with the other examples.
Bryan Matsuo 11 年之前
父節點
當前提交
b52d4cdbb2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/tuning.md

+ 1 - 1
Documentation/tuning.md

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