mirror of https://github.com/docker/docs.git
Fix Fault Tolerance section code example without ttl
Signed-off-by: Aaron Chen <aaron.chen@curiositychina.com>
This commit is contained in:
parent
3cf44b5b24
commit
5728b670ae
|
@ -77,7 +77,7 @@ func participate() {
|
|||
}
|
||||
|
||||
waitTime := 10 * time.Second
|
||||
underwood := leadership.NewCandidate(client, "service/swarm/leader", "underwood")
|
||||
underwood := leadership.NewCandidate(client, "service/swarm/leader", "underwood", 15*time.Second)
|
||||
|
||||
go func() {
|
||||
for {
|
||||
|
|
Loading…
Reference in New Issue