mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 22:56:37 +02: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 {
|
Descriptor {
|
||||||
name: "roomuserid_invitecount",
|
name: "roomuserid_invitecount",
|
||||||
|
val_size_hint: Some(8),
|
||||||
..descriptor::RANDOM_SMALL
|
..descriptor::RANDOM_SMALL
|
||||||
},
|
},
|
||||||
Descriptor {
|
Descriptor {
|
||||||
|
@ -193,10 +194,12 @@ pub(super) static MAPS: &[Descriptor] = &[
|
||||||
},
|
},
|
||||||
Descriptor {
|
Descriptor {
|
||||||
name: "roomuserid_leftcount",
|
name: "roomuserid_leftcount",
|
||||||
|
val_size_hint: Some(8),
|
||||||
..descriptor::RANDOM
|
..descriptor::RANDOM
|
||||||
},
|
},
|
||||||
Descriptor {
|
Descriptor {
|
||||||
name: "roomuserid_knockedcount",
|
name: "roomuserid_knockedcount",
|
||||||
|
val_size_hint: Some(8),
|
||||||
..descriptor::RANDOM_SMALL
|
..descriptor::RANDOM_SMALL
|
||||||
},
|
},
|
||||||
Descriptor {
|
Descriptor {
|
||||||
|
|
Loading…
Add table
Reference in a new issue