aquatic ws load test: set default num_connections to 16

This commit is contained in:
Joakim Frostegård 2020-08-12 01:38:29 +02:00
parent 884a2aa67d
commit 01a3e7795a

View file

@ -52,7 +52,7 @@ impl Default for Config {
Self {
server_address: "127.0.0.1:3000".parse().unwrap(),
num_workers: 1,
num_connections: 8,
num_connections: 16,
duration: 0,
network: NetworkConfig::default(),
torrents: TorrentConfig::default(),