diff --git a/application/controller/socket.go b/application/controller/socket.go index 8188949..a10fa32 100644 --- a/application/controller/socket.go +++ b/application/controller/socket.go @@ -349,7 +349,7 @@ func (s socket) Get( } // Start service - const cipherReadBufSize = 1024 + const cipherReadBufSize = 4096 cipherReadBuf := [cipherReadBufSize]byte{} cipherWriteBuf := [cipherReadBufSize]byte{}