fix bug of execute prepare stmt
This commit is contained in:
parent
66dc02ebcb
commit
9019572bd1
|
@ -71,7 +71,7 @@ func initEthernetHandlerFromPacpgo() (handler *pcapgo.EthernetHandle) {
|
||||||
panic(err.Error())
|
panic(err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
_ = handler.SetCaptureLength(1024*1024*10)
|
_ = handler.SetCaptureLength(65535)
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue