Skip to content

Commit

Permalink
fix(gau): set default timeout to 45 seconds for missing gau config
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Apr 20, 2022
1 parent 125148b commit ccfc2c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func (o *Options) DefaultConfig() *Config {
c := &Config{
Filters: providers.Filters{},
Proxy: "",
Timeout: 45,
Threads: 1,
Verbose: false,
MaxRetries: 5,
Expand Down

0 comments on commit ccfc2c3

Please sign in to comment.