Skip to content

Commit

Permalink
Update rust/src/worker.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nazar Mokrynskyi <nazar@mokrynskyi.com>
  • Loading branch information
ibc and nazar-pc committed Aug 9, 2024
1 parent 975c5ac commit cc97c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ impl Inner {
}

if !enable_liburing {
spawn_args.push("--disable_liburing".to_string());
spawn_args.push("--disableLiburing".to_string());
}

let id = WorkerId::new();
Expand Down

0 comments on commit cc97c1a

Please sign in to comment.