0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd::aio: Reduce the max events const.

This commit is contained in:
Jason Volk 2018-12-18 15:45:06 -08:00
parent 3afce36dd4
commit 0006fa85ce

View file

@ -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
};
//