From b29dce62f62031d9b85ba4d214c0308471395040 Mon Sep 17 00:00:00 2001 From: a <a@a.a> Date: Sat, 24 Sep 2022 08:08:42 -0500 Subject: [PATCH] Revert --- websocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket.go b/websocket.go index 6eefc1b..a54aa04 100644 --- a/websocket.go +++ b/websocket.go @@ -34,7 +34,7 @@ const ( wsPingInterval = 60 * time.Second wsPingWriteTimeout = 5 * time.Second wsPongTimeout = 30 * time.Second - wsMessageSizeLimit = 32 * 1024 * 1024 * 4 + wsMessageSizeLimit = 32 * 1024 * 1024 ) // WebsocketHandler returns a handler that serves JSON-RPC to WebSocket connections. -- GitLab