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 7a84e6f commit f9d88deCopy full SHA for f9d88de
frameworks/Rust/hyperlane/src/server.rs
@@ -5,7 +5,7 @@ fn runtime() -> Runtime {
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(1_024_000)
+ .max_io_events_per_tick(10_240)
9
.enable_all()
10
.build()
11
.unwrap()
0 commit comments