mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: change default max_response_peers to 30
This commit is contained in:
parent
7ceb01f1ae
commit
37e4514427
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ impl Default for ProtocolConfig {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
max_scrape_torrents: 70,
|
max_scrape_torrents: 70,
|
||||||
max_response_peers: 50,
|
max_response_peers: 30,
|
||||||
peer_announce_interval: 60 * 15,
|
peer_announce_interval: 60 * 15,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue