Skip to content

Commit ccfc2c3

Browse files
committed
fix(gau): set default timeout to 45 seconds for missing gau config
1 parent 125148b commit ccfc2c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runner/flags/flags.go

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ func (o *Options) DefaultConfig() *Config {
162162
c := &Config{
163163
Filters: providers.Filters{},
164164
Proxy: "",
165+
Timeout: 45,
165166
Threads: 1,
166167
Verbose: false,
167168
MaxRetries: 5,

0 commit comments

Comments
 (0)