mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
README: improve wording
This commit is contained in:
parent
be0ccb2de2
commit
9bd4062e44
1 changed files with 3 additions and 2 deletions
|
|
@ -68,12 +68,13 @@ Make adjustments to the files. You will likely want to adjust `address`
|
|||
(listening address) under the `network` section.
|
||||
|
||||
Note that both `aquatic_http` and `aquatic_ws` require configuring certificate
|
||||
and private key files to run over TLS (which is optional for `aquatic_ws`).
|
||||
and private key files to run over TLS. `aquatic_http` __only__ runs over TLS.
|
||||
More details are available in the respective configuration files.
|
||||
|
||||
#### Workers
|
||||
|
||||
To increase performance, number of worker threads can be increased. Recommended proportions based on number of available CPU cores:
|
||||
To increase performance, number of worker threads can be increased.
|
||||
Recommended proportions based on number of physical CPU cores:
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue