From 01a3e7795a93cb3eb94dc74b11bb4b3d7e6b0e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 12 Aug 2020 01:38:29 +0200 Subject: [PATCH] aquatic ws load test: set default num_connections to 16 --- aquatic_ws_load_test/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_ws_load_test/src/config.rs b/aquatic_ws_load_test/src/config.rs index 809ed9a..1492302 100644 --- a/aquatic_ws_load_test/src/config.rs +++ b/aquatic_ws_load_test/src/config.rs @@ -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(),