mirror of https://github.com/daffainfo/nuclei.git
adding default resp size to options (#4050)
parent
79befbb293
commit
d07c273ab4
|
@ -421,6 +421,8 @@ func DefaultOptions() *Options {
|
|||
Timeout: 5,
|
||||
Retries: 1,
|
||||
MaxHostError: 30,
|
||||
ResponseReadSize: 10 * 1024 * 1024,
|
||||
ResponseSaveSize: 1024 * 1024,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue