tweak defaults to do more IPs simultaneously with less delay
This commit is contained in:
parent
d659763672
commit
93cf742971
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ class Options:
|
|||
execution: object = None
|
||||
ipinfo: object = None
|
||||
|
||||
ip_simul: int = 10 # how many IPs to connect to at once
|
||||
ip_simul: int = 15 # how many IPs to connect to at once
|
||||
domain_simul: int = 3 # how many domains per IP to request at once
|
||||
|
||||
ip_wait: float = 0.15
|
||||
ip_wait: float = 0.05
|
||||
domain_wait: float = 0.25
|
||||
|
||||
impatient: bool = False # reduce retries and times for timeouts
|
||||
|
|
Loading…
Reference in a new issue