diff --git a/xmtp_mls/src/configuration.rs b/xmtp_mls/src/configuration.rs index f279b4400..be18d40ad 100644 --- a/xmtp_mls/src/configuration.rs +++ b/xmtp_mls/src/configuration.rs @@ -16,7 +16,7 @@ const NANOSECONDS_IN_HOUR: i64 = 3_600_000_000_000; pub const UPDATE_INSTALLATIONS_INTERVAL_NS: i64 = NANOSECONDS_IN_HOUR / 2; // 30 min -pub const MAX_GROUP_SIZE: u8 = 250; +pub const MAX_GROUP_SIZE: u8 = 400; pub const DELIMITER: char = '\x01';