mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic ws load test: set default num_connections to 16
This commit is contained in:
parent
884a2aa67d
commit
01a3e7795a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ impl Default for Config {
|
||||||
Self {
|
Self {
|
||||||
server_address: "127.0.0.1:3000".parse().unwrap(),
|
server_address: "127.0.0.1:3000".parse().unwrap(),
|
||||||
num_workers: 1,
|
num_workers: 1,
|
||||||
num_connections: 8,
|
num_connections: 16,
|
||||||
duration: 0,
|
duration: 0,
|
||||||
network: NetworkConfig::default(),
|
network: NetworkConfig::default(),
|
||||||
torrents: TorrentConfig::default(),
|
torrents: TorrentConfig::default(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue