Skip to content

Commit

Permalink
fix: Fix inital delay
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed Sep 21, 2019
1 parent cd8ebc2 commit e157baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v1alpha3/suggestion/composer/composer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
defaultInitialDelaySeconds = 60
defaultInitialDelaySeconds = 10
defaultPeriod = 10
// Ref https://github.com/grpc-ecosystem/grpc-health-probe/
defaultGRPCHealthCheckProbe = "/bin/grpc_health_probe"
Expand Down

0 comments on commit e157baf

Please sign in to comment.