Skip to content

Commit 7a8aaef

Browse files
committed
feat: update
1 parent 1b81b18 commit 7a8aaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Rust/hyperlane/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use tokio::runtime::{Builder, Runtime};
33

44
fn runtime() -> Runtime {
55
Builder::new_multi_thread()
6-
.worker_threads(get_thread_count() << 2)
6+
.worker_threads(get_thread_count() << 1)
77
.thread_stack_size(1_048_576)
88
.max_blocking_threads(5120)
99
.max_io_events_per_tick(5120)

0 commit comments

Comments
 (0)