We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f95649 commit 895f651Copy full SHA for 895f651
1 file changed
pkg/web/ws.go
@@ -27,7 +27,7 @@ const wsReadWaitTimeout = 15 * time.Second
27
const wsWriteWaitTimeout = 10 * time.Second
28
const wsPingPeriodTickTime = 10 * time.Second
29
const wsInitialPingTime = 1 * time.Second
30
-const wsMaxMessageSize = 8 * 1024 * 1024
+const wsMaxMessageSize = 10 * 1024 * 1024
31
32
const DefaultCommandTimeout = 2 * time.Second
33
0 commit comments