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 9c5712a commit 051938bCopy full SHA for 051938b
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