mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
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:
parent
97208d6081
commit
408f5bd30c
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue