mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd:Ⓜ️:dbs: Remove compression on _event_idx.
This commit is contained in:
parent
4dcee4f779
commit
1051e740cc
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ ircd::m::dbs::desc::event_idx
|
|||
size_t(event_idx__meta_block__size),
|
||||
|
||||
// compression
|
||||
"default"s,
|
||||
{}, // no compression
|
||||
|
||||
// compactor
|
||||
{},
|
||||
|
|
Loading…
Reference in a new issue