Support larger sync messages in large groups
This commit is contained in:
parent
c332bd240f
commit
711e321d16
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue