Skip to content

Commit 272b262

Browse files
committed
Revert "I shouldn't write more code today"
This reverts commit 80fbae0.
1 parent 5bdc073 commit 272b262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ impl Inner {
413413
));
414414
}
415415

416-
if !enable_liburing {
416+
if enable_liburing {
417417
spawn_args.push("--disable_liburing".to_string());
418418
}
419419

0 commit comments

Comments
 (0)