We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2256e4d commit f757331Copy full SHA for f757331
rpc/websocket.go
@@ -38,7 +38,7 @@ const (
38
wsPingInterval = 30 * time.Second
39
wsPingWriteTimeout = 5 * time.Second
40
wsPongTimeout = 30 * time.Second
41
- wsMessageSizeLimit = 32 * 1024 * 1024
+ wsMessageSizeLimit = 128 * 1024 * 1024
42
)
43
44
var wsBufferPool = new(sync.Pool)
0 commit comments