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 f9d88de commit 6981a7bCopy full SHA for 6981a7b
frameworks/Rust/hyperlane/src/server.rs
@@ -4,8 +4,8 @@ fn runtime() -> Runtime {
4
Builder::new_multi_thread()
5
.worker_threads(get_thread_count())
6
.thread_stack_size(1_048_576)
7
- .max_blocking_threads(1_024_000)
8
- .max_io_events_per_tick(10_240)
+ .max_blocking_threads(2_048)
+ .max_io_events_per_tick(1_024)
9
.enable_all()
10
.build()
11
.unwrap()
0 commit comments