Skip to content

Commit 895f651

Browse files
committed
increase message limit to 10m
1 parent 1f95649 commit 895f651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/web/ws.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const wsReadWaitTimeout = 15 * time.Second
2727
const wsWriteWaitTimeout = 10 * time.Second
2828
const wsPingPeriodTickTime = 10 * time.Second
2929
const wsInitialPingTime = 1 * time.Second
30-
const wsMaxMessageSize = 8 * 1024 * 1024
30+
const wsMaxMessageSize = 10 * 1024 * 1024
3131

3232
const DefaultCommandTimeout = 2 * time.Second
3333

0 commit comments

Comments
 (0)