Skip to content

Commit

Permalink
pkg: Fix period
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 091e97f commit e5e1cec
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 @@ -22,7 +22,7 @@ import (

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

0 comments on commit e5e1cec

Please sign in to comment.