0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

modules/client/sync: Decrease the default flush high water mark.

This commit is contained in:
Jason Volk 2019-07-17 18:34:42 -07:00
parent 48468a32f0
commit 4b831a6a30

View file

@ -71,7 +71,7 @@ decltype(ircd::m::sync::flush_hiwat)
ircd::m::sync::flush_hiwat
{
{ "name", "ircd.client.sync.flush.hiwat" },
{ "default", long(256_KiB) },
{ "default", long(64_KiB) },
};
decltype(ircd::m::sync::buffer_size)