mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
Adjust num_concurrent_reqs to our use-case.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
4dea54773d
commit
107f5ab99f
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
timeout: std::time::Duration::from_secs(timeout),
|
||||
attempts: retries,
|
||||
ip_strategy: LookupIpStrategy::Ipv4Only,
|
||||
num_concurrent_reqs: 1,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue