mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic server conf: increase default recv_buffer_size
This commit is contained in:
parent
f348013abb
commit
40583b32a3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ impl Default for Config {
|
|||
address: SocketAddr::from(([127, 0, 0, 1], 3000)),
|
||||
num_threads: 4,
|
||||
poll_event_capacity: 4096,
|
||||
recv_buffer_size: 4096 * 16,
|
||||
recv_buffer_size: 4096 * 128,
|
||||
max_scrape_torrents: 255,
|
||||
max_response_peers: 255,
|
||||
statistics_interval: 5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue