Skip to content

Commit

Permalink
Revert "Let CI decide the minimal number of ZRuntime threads" since this
Browse files Browse the repository at this point in the history
fail

This reverts commit de5c757.
  • Loading branch information
YuanYuYuan committed Feb 2, 2024
1 parent 2ad2a41 commit ebcbc1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions commons/zenoh-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ impl ZRuntimeConfig {
impl Default for ZRuntimeConfig {
fn default() -> Self {
Self {
application_threads: 1,
reception_threads: 1,
tx_threads: 1,
rx_threads: 1,
net_threads: 1,
application_threads: 2,
reception_threads: 2,
tx_threads: 2,
rx_threads: 2,
net_threads: 2,
}
}
}

0 comments on commit ebcbc1a

Please sign in to comment.