Skip to content

Commit

Permalink
Correct the tx threads in the example config
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Feb 7, 2024
1 parent e8dca1e commit acade71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit acade71

Please sign in to comment.