mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-10 07:56:26 +08:00
change default capture rate
This commit is contained in:
@@ -161,7 +161,7 @@ func (ms *MysqlSession) readFromClient(seqID int64, bytes []byte) {
|
|||||||
ms.endSeqID = seqID
|
ms.endSeqID = seqID
|
||||||
|
|
||||||
if int64(ms.expectReceiveSize) < int64(len(contents)) {
|
if int64(ms.expectReceiveSize) < int64(len(contents)) {
|
||||||
log.Warnf("receive invalid mysql packet")
|
log.Debug("receive invalid mysql packet")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user