add val_size_hints on membership cfs (todo remove these anyways)

Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
June Clementine Strawberry 2025-03-05 19:06:31 -05:00
parent 97208d6081
commit 408f5bd30c

View file

@ -181,6 +181,7 @@ pub(super) static MAPS: &[Descriptor] = &[
},
Descriptor {
name: "roomuserid_invitecount",
val_size_hint: Some(8),
..descriptor::RANDOM_SMALL
},
Descriptor {
@ -193,10 +194,12 @@ pub(super) static MAPS: &[Descriptor] = &[
},
Descriptor {
name: "roomuserid_leftcount",
val_size_hint: Some(8),
..descriptor::RANDOM
},
Descriptor {
name: "roomuserid_knockedcount",
val_size_hint: Some(8),
..descriptor::RANDOM_SMALL
},
Descriptor {