From 0006fa85cee37183a92686eac793c758a9f62e32 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 18 Dec 2018 15:45:06 -0800 Subject: [PATCH] ircd::aio: Reduce the max events const. --- ircd/aio.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/aio.cc b/ircd/aio.cc index 40895381a..91ec4d491 100644 --- a/ircd/aio.cc +++ b/ircd/aio.cc @@ -216,7 +216,7 @@ ircd::fs::aio::reqprio(int input) decltype(ircd::fs::aio::kernel::MAX_EVENTS) ircd::fs::aio::kernel::MAX_EVENTS { - 512 + 256 }; //