Support larger sync messages in large groups
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user