Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Jul 2, 2023
1 parent 037b05e commit a1bfb1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/gtree/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func main() {
Name: "massive-timeout",
Aliases: []string{"mt"},
Usage: "set this option if you want to set a timeout.",
Value: time.Duration(5 * time.Second),
Action: func(ctx *cli.Context, v time.Duration) error {
if v <= 0 {
return errors.New("the timeout value should be greater than 0.")
Expand Down

0 comments on commit a1bfb1a

Please sign in to comment.