VictoriaMetrics/lib/consts/consts.go
2019-05-23 00:25:38 +03:00

4 lines
153 B
Go

package consts
// MaxInsertPacketSize is the maximum packet size in bytes vminsert may send to vmstorage.
const MaxInsertPacketSize = 100 * 1024 * 1024