From 6ecb0093ed8600d31afa922a7a634625ba78502e Mon Sep 17 00:00:00 2001 From: Yuyuan Yuan Date: Wed, 7 Feb 2024 23:31:12 +0800 Subject: [PATCH] Correct the tx threads in the example config (#720) --- DEFAULT_CONFIG.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index bde1b8fd03..68dbaebdeb 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -202,10 +202,10 @@ /// The initial exponential backoff time in nanoseconds to allow the batching to eventually progress. /// Higher values lead to a more aggressive batching but it will introduce additional latency. backoff: 100, - // Number of threads dedicated to transmission - // By default, the number of threads is calculated as follows: 1 + ((#cores - 1) / 4) - // threads: 4, }, + // Number of threads dedicated to transmission + // By default, the number of threads is calculated as follows: 1 + ((#cores - 1) / 4) + // threads: 4, }, /// Configure the zenoh RX parameters of a link rx: {