reduce buffer pool size

This commit is contained in:
hebo
2019-12-06 16:09:36 +08:00
parent c83c5a1cc5
commit ee573a3bbc
3 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ const (
// See https://dev.mysql.com/doc/refman/5.7/en/identifiers.html
const (
// MaxMysqlPacketLen is the max packet payload length.
MaxMysqlPacketLen = 1 * 1024 * 1024
MaxMysqlPacketLen = 512 * 1024
)
const (