Tweak outbox again

This commit is contained in:
Jon Staab
2026-02-06 10:12:16 -08:00
parent 99c1d09b62
commit 764241fc21
2 changed files with 23 additions and 16 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ export type SocketEvents = {
}
export class Socket extends EventEmitter {
static batchSize = 10
static batchDelay = 50
static batchSize = 20
static batchDelay = 100
auth: AuthState
status = SocketStatus.Closed