mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-11 02:22:01 +08:00
reduce max stmt length
This commit is contained in:
@@ -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 = 4 * 1024 * 1024
|
||||
MaxMysqlPacketLen = 1 * 1024 * 1024
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user