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

master
Damir Jelić 2021-03-12 16:33:35 +01:00
parent e09a155cfc
commit 880818a588
1 changed files with 1 additions and 1 deletions

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 {