diff --git a/core/io/io_uring.rs b/core/io/io_uring.rs index 036d861b2..cd6524fa7 100644 --- a/core/io/io_uring.rs +++ b/core/io/io_uring.rs @@ -16,7 +16,7 @@ use std::sync::Arc; use thiserror::Error; use tracing::{debug, trace}; -const ENTRIES: u32 = 128; +const ENTRIES: u32 = 512; const SQPOLL_IDLE: u32 = 1000; #[derive(Debug, Error)]