0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

modules/media/media: Increase file size and compaction period targets for blocks.

This commit is contained in:
Jason Volk 2020-06-07 06:00:05 -07:00
parent 1e788c09f3
commit c0c4f838bb

View file

@ -97,6 +97,18 @@ ircd::m::media::blocks_descriptor
// compaction priority algorithm
"kOldestSmallestSeqFirst"s,
// target file size
{
2_GiB, // base
1L, // multiplier
},
// max bytes for each level
{},
// compaction_period
60s * 60 * 24 * 42,
};
decltype(ircd::m::media::description)