mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd::fs: Increase default io_submit threshold.
This commit is contained in:
parent
62bf807ad2
commit
dad9ec8e44
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ decltype(ircd::fs::aio::max_submit)
|
|||
ircd::fs::aio::max_submit
|
||||
{
|
||||
{ "name", "ircd.fs.aio.max_submit" },
|
||||
{ "default", 16L },
|
||||
{ "default", 32L },
|
||||
{ "persist", false },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue