Skip to content

Commit faedeff

Browse files
authored
Correct maxAllowedPacket default value mentioned in docs to match the new setting (#1412)
1 parent f0e16c6 commit faedeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Type: decimal number
285285
Default: 64*1024*1024
286286
```
287287

288-
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*.
288+
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*.
289289

290290
##### `multiStatements`
291291

0 commit comments

Comments
 (0)