From faedeff6d3187aad8fa1d08a206d082f8c371656 Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Sat, 15 Apr 2023 15:38:33 +0200 Subject: [PATCH] Correct maxAllowedPacket default value mentioned in docs to match the new setting (#1412) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 252bbefdf..3b5d229aa 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ Type: decimal number Default: 64*1024*1024 ``` -Max packet size allowed in bytes. The default value is 4 MiB and should be adjusted to match the server settings. `maxAllowedPacket=0` can be used to automatically fetch the `max_allowed_packet` variable from server *on every connection*. +Max packet size allowed in bytes. The default value is 64 MiB and should be adjusted to match the server settings. `maxAllowedPacket=0` can be used to automatically fetch the `max_allowed_packet` variable from server *on every connection*. ##### `multiStatements`