mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd::aio: Reduce the max events const.
This commit is contained in:
parent
3afce36dd4
commit
0006fa85ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue