udp load test: tweak defaults and peer distribution algorithm

This commit is contained in:
Joakim Frostegård 2024-02-06 17:05:09 +01:00
parent 6eb3195d62
commit 5cad19c12e
2 changed files with 9 additions and 5 deletions

View file

@ -114,8 +114,8 @@ pub struct RequestConfig {
impl Default for RequestConfig {
fn default() -> Self {
Self {
number_of_torrents: 10_000,
number_of_peers: 100_000,
number_of_torrents: 1_000_000,
number_of_peers: 2_000_000,
scrape_max_torrents: 10,
announce_peers_wanted: 30,
weight_connect: 0,