Skip to content

Commit

Permalink
cli: enlarge default dht interval when generating tokens
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Aug 19, 2024
1 parent bc393e7 commit f41ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func MainFlags() []cli.Flag {
&cli.IntFlag{
Name: "key-otp-interval",
Usage: "Tweaks default otp interval (in seconds) when generating new tokens",
Value: 9000,
Value: 360,
},
&cli.BoolFlag{
Name: "g",
Expand Down

0 comments on commit f41ff29

Please sign in to comment.