Skip to content

Commit

Permalink
fix: revert single-threaded mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Desdaemon committed Nov 27, 2024
1 parent 377271a commit 67e22a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ impl LanguageServer for Backend {
}
}

#[tokio::main(flavor = "current_thread")]
#[tokio::main(worker_threads = 2)]
async fn main() {
let outlog = std::env::var("ODOO_LSP_LOG").ok().and_then(|var| {
let path = match var.as_str() {
Expand Down

0 comments on commit 67e22a1

Please sign in to comment.