Skip to content

Commit f7152b0

Browse files
committed
feat: update
1 parent 7a8aaef commit f7152b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frameworks/Rust/hyperlane/src/server.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ fn runtime() -> Runtime {
77
.thread_stack_size(1_048_576)
88
.max_blocking_threads(5120)
99
.max_io_events_per_tick(5120)
10-
.global_queue_interval(64)
11-
.event_interval(1)
1210
.enable_all()
1311
.build()
1412
.unwrap()

0 commit comments

Comments
 (0)