mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +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.
|
(listening address) under the `network` section.
|
||||||
|
|
||||||
Note that both `aquatic_http` and `aquatic_ws` require configuring certificate
|
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.
|
More details are available in the respective configuration files.
|
||||||
|
|
||||||
#### Workers
|
#### 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>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue