diff --git a/docs/configuration.md b/docs/configuration.md index 202ccb4e2f..557e4d26f2 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -335,14 +335,14 @@ ExecStart=/usr/bin/podman run \ Use `SC4S_LISTEN_STATUS_PORT` to change the "status" port used by the internal health check process. The default value is `8080`. # Parallelize -Similar to eBPF for TCP congestion of single heavy data stream we use parallelize feature. +Use the parallelize feature to manage TCP congestion when using single heavy-data streams. This feature can be used with `SC4S_PARALLELIZE_NO_PARTITION`. | Variable | Values | Description | |----------|---------------|-------------| | SC4S_ENABLE_PARALLELIZE=yes | yes or no(default) | Use parallelize to leverage multithreading when consuming from a single TCP connection. | -|SC4S_PARALLELIZE_NO_PARTITION=4 | integer | Set number of threads to use,Default value is 4. | +|SC4S_PARALLELIZE_NO_PARTITION=4 | Integer | Set the number of threads to use, the default value is 4. |