udp: change default max_response_peers to 30

This commit is contained in:
Joakim Frostegård 2024-02-08 10:08:31 +01:00
parent 7ceb01f1ae
commit 37e4514427

View file

@ -152,7 +152,7 @@ impl Default for ProtocolConfig {
fn default() -> Self {
Self {
max_scrape_torrents: 70,
max_response_peers: 50,
max_response_peers: 30,
peer_announce_interval: 60 * 15,
}
}