mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-22 16:35:30 +01:00
Enable coop_taskrun flag to disable excessive interrupts for completions
This commit is contained in:
@@ -58,6 +58,7 @@ impl UringIO {
|
||||
pub fn new() -> Result<Self> {
|
||||
let ring = match io_uring::IoUring::builder()
|
||||
.setup_single_issuer()
|
||||
.setup_coop_taskrun()
|
||||
.setup_sqpoll(SQPOLL_IDLE)
|
||||
.build(ENTRIES)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user