mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 02:34:20 +01:00
core/linux: Make io_uring larger
This commit is contained in:
@@ -12,7 +12,7 @@ pub struct LinuxIO {
|
||||
|
||||
impl LinuxIO {
|
||||
pub fn new() -> Result<Self> {
|
||||
let ring = io_uring::IoUring::new(8)?;
|
||||
let ring = io_uring::IoUring::new(128)?;
|
||||
Ok(Self {
|
||||
ring: Rc::new(RefCell::new(ring)),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user