Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 17, 2025
1 parent ffed151 commit e1a22ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aderyn/src/lsp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub fn spin_up_language_server(args: Args) {
.worker_threads(20)
.thread_name("aderyn-async-runtime")
.thread_stack_size(3 * 1024 * 1024)
.enable_io()
.enable_all()
.build()
.expect("unable to start async runtime");

Expand Down

0 comments on commit e1a22ea

Please sign in to comment.