Skip to content

Commit

Permalink
UPSTREAM: <carry>: Bug 1852056: change etcd health check timeout to 10s
Browse files Browse the repository at this point in the history
Origin-commit: 87d123196e9f9b77ff08d8b94c5b1348f3b35a8d

openshift-rebase(v1.24):source=b6fed67c9c4
  • Loading branch information
tkashem authored and soltysh committed Aug 19, 2022
1 parent d6e0d01 commit ba9caf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const (

DefaultCompactInterval = 5 * time.Minute
DefaultDBMetricPollInterval = 30 * time.Second
DefaultHealthcheckTimeout = 2 * time.Second
DefaultReadinessTimeout = 2 * time.Second
DefaultHealthcheckTimeout = 10 * time.Second
DefaultReadinessTimeout = 10 * time.Second
)

// TransportConfig holds all connection related info, i.e. equal TransportConfig means equal servers we talk to.
Expand Down

0 comments on commit ba9caf9

Please sign in to comment.