Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ larger packet size to be sent in a query. To do this, add the following line to
your SQL config file:

[mysqld]
max_allowed_pack = 512M
max_allowed_packet = 512M

You don't have to use 512MB as your packet size, but anything 16MB or higher is
advised.
Expand Down Expand Up @@ -166,4 +166,4 @@ This is an open source project that is worked on in spare time, so there is no
guarantee that anything that you report will be looked at or fixed! However I
will make a personal effort to resolve everything in a timely manner, and odds
are good that I'll check it out quickly as I'm personally using this project to
manage my own email.
manage my own email.
Loading