fix(ws): remove limit on docker console [BE-12660] (#2023)
This commit is contained in:
@@ -81,7 +81,6 @@ func WriteReaderToWebSocket(websocketConn *websocket.Conn, mu *sync.Mutex, reade
|
||||
defer logs.CloseAndLogErr(websocketConn)
|
||||
|
||||
mu.Lock()
|
||||
websocketConn.SetReadLimit(ReaderBufferSize)
|
||||
websocketConn.SetPongHandler(func(string) error {
|
||||
return nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user