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 b5c9be3 commit 6bc68f8Copy full SHA for 6bc68f8
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 = 15 * 1024 * 1024
+ wsMessageSizeLimit = 32 * 1024 * 1024
42
)
43
44
var wsBufferPool = new(sync.Pool)
0 commit comments