0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

ircd:Ⓜ️:events: Use better low watermark to not invalidate checkpoint.

This commit is contained in:
Jason Volk 2020-09-18 22:16:00 -07:00
parent 305aa691e7
commit 1901da6fde

View file

@ -146,8 +146,8 @@ ircd::m::events::dump__file(const string_view &filename)
{
buf,
flusher,
-1UL, // high watermark
size(buf) // low watermark
-1UL, // high watermark
size(buf) - 64_KiB // low watermark
};
json::stack::array top