Skip to content

Commit 2b3c2d6

Browse files
committed
feat: runtime
1 parent 636f4e9 commit 2b3c2d6

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
@@ -4,7 +4,7 @@ use tokio::runtime::{Builder, Runtime};
44
fn runtime() -> Runtime {
55
Builder::new_multi_thread()
66
.worker_threads(get_thread_count())
7-
.thread_stack_size(0x1000)
7+
.thread_stack_size(2097152)
88
.max_blocking_threads(5120)
99
.max_io_events_per_tick(5120)
1010
.enable_all()

0 commit comments

Comments
 (0)