0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd::fs: Increase default io_submit threshold.

This commit is contained in:
Jason Volk 2018-12-27 15:05:21 -08:00
parent 62bf807ad2
commit dad9ec8e44

View file

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