Skip to content

Commit 6981a7b

Browse files
committed
feat: update lock
1 parent f9d88de commit 6981a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Rust/hyperlane/src/server.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ fn runtime() -> Runtime {
44
Builder::new_multi_thread()
55
.worker_threads(get_thread_count())
66
.thread_stack_size(1_048_576)
7-
.max_blocking_threads(1_024_000)
8-
.max_io_events_per_tick(10_240)
7+
.max_blocking_threads(2_048)
8+
.max_io_events_per_tick(1_024)
99
.enable_all()
1010
.build()
1111
.unwrap()

0 commit comments

Comments
 (0)