From ff3a20fd3b6dad44678c0cdc7de7a732223d0ee7 Mon Sep 17 00:00:00 2001 From: mstopa-splunk <139441697+mstopa-splunk@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:49:30 +0200 Subject: [PATCH] docs: update configuration.md (#2538) --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 202ccb4e2..557e4d26f 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. |