mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-09-20 02:33:28 +08:00
添加 mysql packet最大允许值设置
This commit is contained in:
@@ -91,13 +91,6 @@ const (
|
||||
GlobalStatusTable = "GLOBAL_STATUS"
|
||||
)
|
||||
|
||||
|
||||
// Identifier length limitations.
|
||||
const (
|
||||
// MaxMysqlPacketLen is the max packet payload length.
|
||||
MaxMysqlPacketLen = 128 * 1024
|
||||
)
|
||||
|
||||
const (
|
||||
millSecondUnit = int64(time.Millisecond)
|
||||
)
|
||||
|
Reference in New Issue
Block a user