diff --git a/lazy-client.go b/lazy-client.go index 699c75d..d951d6f 100644 --- a/lazy-client.go +++ b/lazy-client.go @@ -18,7 +18,7 @@ const ( CONN_HOST = "localhost" CONN_PORT = "8888" CONN_TYPE = "tcp" - MAX_MSG_SIZE = 512 + MAX_MSG_SIZE = 524 ) /*