We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ratchetWindowSize
1 parent 78a41c0 commit a1d6eefCopy full SHA for a1d6eef
src/e2ee/matrixKeyProvider.ts
@@ -16,7 +16,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
16
private rtcSession?: MatrixRTCSession;
17
18
public constructor() {
19
- super({ ratchetWindowSize: 0, keyringSize: 256 });
+ super({ ratchetWindowSize: 10, keyringSize: 256 });
20
}
21
22
public setRTCSession(rtcSession: MatrixRTCSession): void {
0 commit comments