aquatic_ws: move some config vars to new substruct ProtocolConfig

This commit is contained in:
Joakim Frostegård 2020-05-25 17:59:52 +02:00
parent 15b749afed
commit 5af9ae4ede
3 changed files with 33 additions and 15 deletions

View file

@ -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