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:
parent
1e788c09f3
commit
c0c4f838bb
1 changed files with 12 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue