Skip to content

Commit 336d5f6

Browse files
committed
Merge pull request #1831 from carmstrong/etcd_500
fix(contrib/coreos): bump etcd peer heartbeat to 500ms
2 parents 6d7cd70 + b8c9a43 commit 336d5f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/coreos/user-data

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ coreos:
99
peer-addr: $private_ipv4:7001
1010
# give etcd more time if it's under heavy load - prevent leader election thrashing
1111
peer-election-timeout: 2000
12-
# heartbeat interval should ideally be 1/4 or 1/5 of peer election timeout, but that's a long time...
13-
peer-heartbeat-interval: 200
12+
# heartbeat interval should ideally be 1/4 or 1/5 of peer election timeout
13+
peer-heartbeat-interval: 500
1414
fleet:
1515
# We have to set the public_ip here so this works on Vagrant -- otherwise, Vagrant VMs
1616
# will all publish the same private IP. This is harmless for cloud providers.

0 commit comments

Comments
 (0)