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 636f4e9 commit 2b3c2d6Copy full SHA for 2b3c2d6
frameworks/Rust/hyperlane/src/server.rs
@@ -4,7 +4,7 @@ use tokio::runtime::{Builder, Runtime};
4
fn runtime() -> Runtime {
5
Builder::new_multi_thread()
6
.worker_threads(get_thread_count())
7
- .thread_stack_size(0x1000)
+ .thread_stack_size(2097152)
8
.max_blocking_threads(5120)
9
.max_io_events_per_tick(5120)
10
.enable_all()
0 commit comments