mirror of
https://github.com/matrix-construct/construct
synced 2025-01-02 10:54:16 +01:00
modules/client/sync: Decrease the default flush high water mark.
This commit is contained in:
parent
48468a32f0
commit
4b831a6a30
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue