We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b81b18 commit 7a8aaefCopy full SHA for 7a8aaef
frameworks/Rust/hyperlane/src/server.rs
@@ -3,7 +3,7 @@ use tokio::runtime::{Builder, Runtime};
3
4
fn runtime() -> Runtime {
5
Builder::new_multi_thread()
6
- .worker_threads(get_thread_count() << 2)
+ .worker_threads(get_thread_count() << 1)
7
.thread_stack_size(1_048_576)
8
.max_blocking_threads(5120)
9
.max_io_events_per_tick(5120)
0 commit comments