Skip to content

Commit

Permalink
expand ws msg limit for bsc
Browse files Browse the repository at this point in the history
  • Loading branch information
GeassV committed Mar 14, 2022
1 parent 70da74e commit 8ee0b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
wsPingInterval = 60 * time.Second
wsPingWriteTimeout = 5 * time.Second
wsPongTimeout = 30 * time.Second
wsMessageSizeLimit = 15 * 1024 * 1024
wsMessageSizeLimit = 15 * 1024 * 1024 * 5
)

var wsBufferPool = new(sync.Pool)
Expand Down

0 comments on commit 8ee0b04

Please sign in to comment.