increase compression levels for some column families again
This commit is contained in:
parent
8085a1c064
commit
bec19df275
2 changed files with 4 additions and 2 deletions
|
@ -171,6 +171,8 @@ pub(super) static MAPS: &[Descriptor] = &[
|
|||
name: "roomsynctoken_shortstatehash",
|
||||
val_size_hint: Some(8),
|
||||
block_size: 512,
|
||||
compression_level: 3,
|
||||
bottommost_level: Some(6),
|
||||
..descriptor::SEQUENTIAL
|
||||
},
|
||||
Descriptor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue