Add a new env var UV_LOOP_ENABLE_IO_URING_SQPOLL
#54858
Labels
libuv
Issues and PRs related to the libuv dependency or the uv binding.
UV_LOOP_ENABLE_IO_URING_SQPOLL
#54858
libuv disables SQPOLL by default and leaves it to the user/admin to enable/disable. However, I believe it's currently not possible to do this in node.
We should add a check for a
UV_LOOP_ENABLE_IO_URING_SQPOLL
env flag and calluv_loop_configure
with the libuv flagUV_LOOP_ENABLE_IO_URING_SQPOLL
.Refs: libuv/libuv#4492
The text was updated successfully, but these errors were encountered: