Support larger sync messages in large groups

This commit is contained in:
trevor-signal 2024-03-11 21:08:28 -04:00 committed by GitHub
parent c332bd240f
commit 711e321d16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ import * as Timers from '../Timers';
const THIRTY_SECONDS = 30 * durations.SECOND;
const MAX_MESSAGE_SIZE = 256 * 1024;
const MAX_MESSAGE_SIZE = 512 * 1024;
export class IncomingWebSocketRequest {
private readonly id: Long;