etcdmain: add "--initial-election-tick-advance"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-04-19 14:07:38 -07:00
parent bffc532f9f
commit 85b7a59c56
2 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,8 @@ Member:
Time (in milliseconds) of a heartbeat interval.
--election-timeout '1000'
Time (in milliseconds) for an election to timeout. See tuning documentation for details.
--initial-election-tick-advance 'true'
Whether to fast-forward initial election ticks on boot for faster election.
--listen-peer-urls 'http://localhost:2380'
List of URLs to listen on for peer traffic.
--listen-client-urls 'http://localhost:2379'