Skip to content

Commit

Permalink
udp load test: change default request weights
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Feb 8, 2024
1 parent 37e4514 commit ee43810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/udp_load_test/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ impl Default for RequestConfig {
number_of_peers: 2_000_000,
scrape_max_torrents: 10,
announce_peers_wanted: 30,
weight_connect: 1,
weight_announce: 100,
weight_connect: 50,
weight_announce: 50,
weight_scrape: 1,
peer_seeder_probability: 0.75,
}
Expand Down

0 comments on commit ee43810

Please sign in to comment.