mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
README: in example config output, use actual defaults
This commit is contained in:
parent
dab7e9618c
commit
21ff7f7b9f
1 changed files with 4 additions and 4 deletions
|
|
@ -32,15 +32,15 @@ request_workers = 1
|
||||||
|
|
||||||
[network]
|
[network]
|
||||||
address = '127.0.0.1:3000'
|
address = '127.0.0.1:3000'
|
||||||
max_scrape_torrents = 100
|
max_scrape_torrents = 255
|
||||||
max_response_peers = 100
|
max_response_peers = 255
|
||||||
peer_announce_interval = 900
|
peer_announce_interval = 900
|
||||||
socket_recv_buffer_size = 524288
|
socket_recv_buffer_size = 524288
|
||||||
poll_event_capacity = 4096
|
poll_event_capacity = 4096
|
||||||
|
|
||||||
[handlers]
|
[handlers]
|
||||||
max_requests_per_iter = 2048
|
max_requests_per_iter = 10000
|
||||||
channel_recv_timeout_ms = 1
|
channel_recv_timeout_microseconds = 200
|
||||||
|
|
||||||
[statistics]
|
[statistics]
|
||||||
interval = 5
|
interval = 5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue