aquatic server conf: increase default recv_buffer_size

This commit is contained in:
Joakim Frostegård 2020-04-07 14:11:26 +02:00
parent f348013abb
commit 40583b32a3

View file

@ -19,7 +19,7 @@ impl Default for Config {
address: SocketAddr::from(([127, 0, 0, 1], 3000)), address: SocketAddr::from(([127, 0, 0, 1], 3000)),
num_threads: 4, num_threads: 4,
poll_event_capacity: 4096, poll_event_capacity: 4096,
recv_buffer_size: 4096 * 16, recv_buffer_size: 4096 * 128,
max_scrape_torrents: 255, max_scrape_torrents: 255,
max_response_peers: 255, max_response_peers: 255,
statistics_interval: 5, statistics_interval: 5,