0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 13:38:55 +02:00

ircd:Ⓜ️:dbs: Enable compression on _event_idx column.

This commit is contained in:
Jason Volk 2020-06-12 15:34:49 -07:00
parent e06ea82706
commit 59665babae

View file

@ -118,7 +118,7 @@ ircd::m::dbs::desc::event_idx
size_t(event_idx__meta_block__size),
// compression
{}, // no compression
"kLZ4Compression;kSnappyCompression"s,
// compactor
{},