We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 567e8c8 + 844b2ff commit d7f04fcCopy full SHA for d7f04fc
1 file changed
pkg/healthsrv/healthz_handler.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
const (
12
- waitTimeout = 2 * time.Second
+ waitTimeout = 10 * time.Second
13
14
15
func healthZHandler(bLister BucketLister, serverCircuit *sshd.Circuit) http.Handler {
0 commit comments