Skip to content

Commit

Permalink
Correct maxAllowedPacket default value mentioned in docs to match the…
Browse files Browse the repository at this point in the history
… new setting (#1412)
  • Loading branch information
sjmudd committed Apr 15, 2023
1 parent f0e16c6 commit faedeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`

Expand Down

0 comments on commit faedeff

Please sign in to comment.