소스 검색

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

Documentation: fix timeout tuning TOML example
Yicheng Qin 11 년 전
부모
커밋
511ac3280f
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.