From 80fbae06bff03e88ce3aba213c7be236c06a5be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 9 Aug 2024 19:09:50 +0200 Subject: [PATCH] I shouldn't write more code today --- rust/src/worker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }