mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: set default max_scrape_torrents=70, max_response_peers=50
This commit is contained in:
parent
3785e57513
commit
e938351a9e
1 changed files with 2 additions and 2 deletions
|
|
@ -123,8 +123,8 @@ pub struct ProtocolConfig {
|
||||||
impl Default for ProtocolConfig {
|
impl Default for ProtocolConfig {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
max_scrape_torrents: 255,
|
max_scrape_torrents: 70,
|
||||||
max_response_peers: 255,
|
max_response_peers: 50,
|
||||||
peer_announce_interval: 60 * 15,
|
peer_announce_interval: 60 * 15,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue