modify max group size according to benchmarks/docs, 250 -> 400 #23
Annotations
3 errors
test
Process completed with exit code 101.
|
literal out of range for `u8`:
xmtp_mls/src/configuration.rs#L19
error: literal out of range for `u8`
--> xmtp_mls/src/configuration.rs:19:32
|
19 | pub const MAX_GROUP_SIZE: u8 = 400;
| ^^^
|
= note: the literal `400` does not fit into the type `u8` whose range is `0..=255`
= note: `#[deny(overflowing_literals)]` on by default
|
literal out of range for `u8`:
xmtp_mls/src/configuration.rs#L19
error: literal out of range for `u8`
--> xmtp_mls/src/configuration.rs:19:32
|
19 | pub const MAX_GROUP_SIZE: u8 = 400;
| ^^^
|
= note: the literal `400` does not fit into the type `u8` whose range is `0..=255`
= note: `#[deny(overflowing_literals)]` on by default
|