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 7a8aaef commit f7152b0Copy full SHA for f7152b0
frameworks/Rust/hyperlane/src/server.rs
@@ -7,8 +7,6 @@ fn runtime() -> Runtime {
7
.thread_stack_size(1_048_576)
8
.max_blocking_threads(5120)
9
.max_io_events_per_tick(5120)
10
- .global_queue_interval(64)
11
- .event_interval(1)
12
.enable_all()
13
.build()
14
.unwrap()
0 commit comments