set ratchet window to be 100.

This commit is contained in:
Timo
2025-04-15 17:05:27 +02:00
parent a839cde34f
commit 6f38c8b0a7

View File

@@ -16,7 +16,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
private rtcSession?: MatrixRTCSession;
public constructor() {
super({ ratchetWindowSize: 0, keyringSize: 256 });
super({ ratchetWindowSize: 100, keyringSize: 256 });
}
public setRTCSession(rtcSession: MatrixRTCSession): void {