mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_udp: move some config vars to new substruct, ProtocolConfig
This commit is contained in:
parent
5af9ae4ede
commit
840f67fc8d
4 changed files with 32 additions and 14 deletions
|
|
@ -94,11 +94,13 @@ request_workers = 1
|
|||
|
||||
[network]
|
||||
address = '0.0.0.0:3000'
|
||||
socket_recv_buffer_size = 524288
|
||||
poll_event_capacity = 4096
|
||||
|
||||
[protocol]
|
||||
max_scrape_torrents = 255
|
||||
max_response_peers = 255
|
||||
peer_announce_interval = 900
|
||||
socket_recv_buffer_size = 524288
|
||||
poll_event_capacity = 4096
|
||||
|
||||
[handlers]
|
||||
max_requests_per_iter = 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue