Skip to content

Commit e267ae8

Browse files
committed
increased check interval to 10s
1 parent 20cc061 commit e267ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ this repository has new commits, Wadsworth will automatically reconfigure.`,
6060
ArgsUsage: "target",
6161
Flags: []cli.Flag{
6262
cli.StringFlag{Name: "directory", EnvVar: "DIRECTORY", Value: "./cache/"},
63-
cli.DurationFlag{Name: "check-interval", EnvVar: "CHECK_INTERVAL", Value: time.Second * 5},
63+
cli.DurationFlag{Name: "check-interval", EnvVar: "CHECK_INTERVAL", Value: time.Second * 10},
6464
cli.StringFlag{Name: "vault-addr", EnvVar: "VAULT_ADDR"},
6565
cli.StringFlag{Name: "vault-token", EnvVar: "VAULT_TOKEN"},
6666
},

0 commit comments

Comments
 (0)