mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
aquatic http load test: only send request when appropriate, other fixes
This commit is contained in:
parent
49414e9006
commit
93a7ad0344
2 changed files with 24 additions and 14 deletions
|
|
@ -48,7 +48,7 @@ impl Default for Config {
|
|||
Self {
|
||||
server_address: "127.0.0.1:3000".parse().unwrap(),
|
||||
num_workers: 1,
|
||||
num_connections: 128,
|
||||
num_connections: 8,
|
||||
duration: 0,
|
||||
network: NetworkConfig::default(),
|
||||
torrents: TorrentConfig::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue