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 c2ddd89 commit f23c408Copy full SHA for f23c408
frameworks/Rust/hyperlane/src/server.rs
@@ -8,8 +8,7 @@ fn runtime() -> Runtime {
8
.max_blocking_threads(5120)
9
.max_io_events_per_tick(65_536)
10
.enable_all()
11
- .global_queue_interval(61)
12
- .event_interval(1)
+ .global_queue_interval(61)
13
.build()
14
.unwrap()
15
}
0 commit comments