diff --git a/README.md b/README.md index ce1ff26..49fd7c3 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ respective configuration files. #### Workers -The sum of `socket_workers` and `request_workers` should equal the total -number of CPU cores that you want to use. - -Recommended proportions: +To increase performance, number of worker threads can be increased. The sum of +`socket_workers` and `request_workers` should equal the total number of CPU cores +that you want to use. Recommended proportions:
| aquatic_udp | ++ | aquatic_udp | |||||||
|---|---|---|---|---|---|---|---|---|---|
| CPU cores | @@ -85,14 +85,14 @@ Recommended proportions:>=16 | ||||||||
| request_workers | +Request workers | 1 | 2 | 3 | 4 | ||||
| socket_workers | +Socket workers | 1-4 | 4-7 | 7-12 | |||||