We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf44b5 commit 5728b67Copy full SHA for 5728b67
leadership/README.md
@@ -77,7 +77,7 @@ func participate() {
77
}
78
79
waitTime := 10 * time.Second
80
- underwood := leadership.NewCandidate(client, "service/swarm/leader", "underwood")
+ underwood := leadership.NewCandidate(client, "service/swarm/leader", "underwood", 15*time.Second)
81
82
go func() {
83
for {
0 commit comments