diff --git a/rust/src/worker.rs b/rust/src/worker.rs index fefcbd03ed..92a48ac5e0 100644 --- a/rust/src/worker.rs +++ b/rust/src/worker.rs @@ -413,7 +413,7 @@ impl Inner { )); } - if enable_liburing { + if !enable_liburing { spawn_args.push("--disable_liburing".to_string()); }