diff --git a/patches/server/0057-Io_uring-channel-type-support.patch b/patches/server/0057-Io_uring-channel-type-support.patch index 5fe9d70..65bc8ca 100644 --- a/patches/server/0057-Io_uring-channel-type-support.patch +++ b/patches/server/0057-Io_uring-channel-type-support.patch @@ -67,7 +67,7 @@ index 35bf160d10b56fb84d4cb845b61c1d61337e48ca..4de318f879aae2bf2859b19522111444 // Paper end + //Luminol start - io_uring support -+ public static final Supplier SERVER_IO_URING_WORKER_GROUP = Suppliers.memoize(() -> new IOUringEventLoopGroup(0, (new ThreadFactoryBuilder()).setNameFormat("Netty IO_URING Client IO #%d").setDaemon(true).setUncaughtExceptionHandler(new net.minecraft.DefaultUncaughtExceptionHandlerWithName(LOGGER)).build())); ++ public static final Supplier SERVER_IO_URING_WORKER_GROUP = Suppliers.memoize(() -> new IOUringEventLoopGroup(0, (new ThreadFactoryBuilder()).setNameFormat("Netty IO_URING Server IO #%d").setDaemon(true).setUncaughtExceptionHandler(new net.minecraft.DefaultUncaughtExceptionHandlerWithName(LOGGER)).build())); + //Luminol end + public ServerConnectionListener(MinecraftServer server) {