We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09537ee commit 368c8f6Copy full SHA for 368c8f6
discovery/endpoints.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
const (
20
- discoveryTimeout = time.Second * 10
+ discoveryTimeout = time.Second * 30
21
22
23
// Value reads a value from a discovery url.
join/join.go
@@ -21,8 +21,8 @@ import (
type Strategy string
24
- livenessTimeout = time.Second * 5
25
- etcdTimeout = time.Second * 5
+ livenessTimeout = time.Second * 10
+ etcdTimeout = time.Second * 30
26
27
// PreparedStrategy assumes that the admin prepares new member entries.
28
PreparedStrategy = Strategy("prepared")
0 commit comments