diff --git a/crates/udp/src/config.rs b/crates/udp/src/config.rs index d193cc5..7c209a6 100644 --- a/crates/udp/src/config.rs +++ b/crates/udp/src/config.rs @@ -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, } }