diff --git a/src/code.cloudfoundry.org/healthchecker/config/config.go b/src/code.cloudfoundry.org/healthchecker/config/config.go index a101841..06c8a47 100644 --- a/src/code.cloudfoundry.org/healthchecker/config/config.go +++ b/src/code.cloudfoundry.org/healthchecker/config/config.go @@ -20,7 +20,7 @@ type HealthCheckEndpoint struct { var DefaultConfig = Config{ HealthCheckPollInterval: 10 * time.Second, HealthCheckTimeout: 5 * time.Second, - StartResponseDelayInterval: 5 * time.Second, + StartResponseDelayInterval: 30 * time.Second, StartupDelayBuffer: 5 * time.Second, LogLevel: "info", }