crypto: Send bigger sendToDevice requests out that carry our room keys

This commit is contained in:
Damir Jelić 2021-03-12 16:33:35 +01:00
parent e09a155cfc
commit 880818a588

View file

@ -54,7 +54,7 @@ pub struct GroupSessionManager {
}
impl GroupSessionManager {
const MAX_TO_DEVICE_MESSAGES: usize = 20;
const MAX_TO_DEVICE_MESSAGES: usize = 250;
pub(crate) fn new(account: Account, store: Store) -> Self {
Self {