mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp load test: change default request weights
This commit is contained in:
parent
37e4514427
commit
ee43810353
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue