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 3ce635d commit 63446d8Copy full SHA for 63446d8
frameworks/Rust/hyperlane/src/server.rs
@@ -5,8 +5,8 @@ fn runtime() -> Runtime {
5
Builder::new_multi_thread()
6
.worker_threads(get_thread_count())
7
.thread_stack_size(1_048_576)
8
- .max_blocking_threads(5120)
9
- .max_io_events_per_tick(5120)
+ .max_blocking_threads(10240)
+ .max_io_events_per_tick(10240)
10
.enable_all()
11
.build()
12
.unwrap()
0 commit comments