mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-09-19 02:06:52 +08:00
reduce buffer size
This commit is contained in:
@@ -34,7 +34,7 @@ const (
|
||||
|
||||
var (
|
||||
mqpp = NewMysqlQueryPiecePool()
|
||||
localSliceBufferPool = NewSliceBufferPool("json cache", 1*1024*1024)
|
||||
localSliceBufferPool = NewSliceBufferPool("json cache", 256*1024)
|
||||
)
|
||||
|
||||
var commonBaseQueryPiece = &BaseQueryPiece{}
|
||||
|
Reference in New Issue
Block a user