mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http: default to max_scrape_torrents = 100
This commit is contained in:
parent
1d67575fba
commit
9e49cb0bca
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ pub struct ProtocolConfig {
|
||||||
impl Default for ProtocolConfig {
|
impl Default for ProtocolConfig {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
max_scrape_torrents: 255, // FIXME: what value is reasonable?
|
max_scrape_torrents: 100,
|
||||||
max_peers: 50,
|
max_peers: 50,
|
||||||
peer_announce_interval: 120,
|
peer_announce_interval: 120,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue