Skip to content

Commit 4e4d9c2

Browse files
committed
update arg default values
1 parent 3e32527 commit 4e4d9c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ func main() {
3838
"Enable leader election for controller manager. "+
3939
"Enabling this will ensure there is only one active controller manager.")
4040
flag.IntVar(&resyncSeconds, "resync-seconds", 300, "Resync duration in seconds.")
41-
flag.StringVar(&refreshInterval, "refresh-interval", "20s", "Refresh interval duration")
42-
flag.StringVar(&processingTimeout, "processing-timeout", "10s", "Maximum amount of time to spend trying to process queue item")
41+
flag.StringVar(&refreshInterval, "refresh-interval", "1m", "Refresh interval duration")
42+
flag.StringVar(&processingTimeout, "processing-timeout", "1m", "Maximum amount of time to spend trying to process queue item")
4343
flag.StringVar(&consoleUrl, "console-url", "", "the url of the console api to fetch services from")
4444
flag.StringVar(&deployToken, "deploy-token", "", "the deploy token to auth to console api with")
4545
flag.StringVar(&clusterId, "cluster-id", "", "the id of the cluster being connected to")

0 commit comments

Comments
 (0)