mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_ws: move some config vars to new substruct ProtocolConfig
This commit is contained in:
parent
15b749afed
commit
5af9ae4ede
3 changed files with 33 additions and 15 deletions
|
|
@ -162,14 +162,16 @@ ipv6_only = false
|
|||
use_tls = false
|
||||
tls_pkcs12_path = ''
|
||||
tls_pkcs12_password = ''
|
||||
max_scrape_torrents = 255
|
||||
max_offers = 10
|
||||
peer_announce_interval = 120
|
||||
poll_event_capacity = 4096
|
||||
poll_timeout_milliseconds = 50
|
||||
websocket_max_message_size = 65536
|
||||
websocket_max_frame_size = 16384
|
||||
|
||||
[protocol]
|
||||
max_scrape_torrents = 255
|
||||
max_offers = 10
|
||||
peer_announce_interval = 120
|
||||
|
||||
[handlers]
|
||||
max_requests_per_iter = 10000
|
||||
channel_recv_timeout_microseconds = 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue