Skip to content

Commit

Permalink
Increase default retry interval
Browse files Browse the repository at this point in the history
  • Loading branch information
scotow committed Aug 16, 2019
1 parent 2bac6b1 commit fa2b777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mego.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
type options struct {
Speed uint `short:"s" long:"speed-limit" description:"Speed limit passed to megadl as --limit-speed" default:"0" value-name:"SPEED"`
Pipe bool `short:"p" long:"pipe-outputs" description:"Pipe megadl's stdout and stderr"`
Retry time.Duration `short:"r" long:"retry" description:"Interval between two retries" default:"1m" value-name:"INTERVAL"`
Retry time.Duration `short:"r" long:"retry" description:"Interval between two retries" default:"15min" value-name:"INTERVAL"`
}

var (
Expand Down

0 comments on commit fa2b777

Please sign in to comment.