mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
udp load test: tweak defaults and peer distribution algorithm
This commit is contained in:
parent
6eb3195d62
commit
5cad19c12e
2 changed files with 9 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue