From acade7149260d39a6379d625c97fdcab36386ef8 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Wed, 7 Feb 2024 15:59:46 +0800 Subject: [PATCH] Correct the tx threads in the example config --- 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: {