Skip to content

modify max group size according to benchmarks/docs, 250 -> 400 #23

modify max group size according to benchmarks/docs, 250 -> 400

modify max group size according to benchmarks/docs, 250 -> 400 #23

Triggered via pull request June 12, 2024 17:46
Status Failure
Total duration 47s
Artifacts

test-node-bindings.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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