VictoriaMetrics/lib/consts/consts.go

5 lines
153 B
Go
Raw Normal View History

2019-05-22 21:23:23 +00:00
package consts
// MaxInsertPacketSize is the maximum packet size in bytes vminsert may send to vmstorage.
const MaxInsertPacketSize = 100 * 1024 * 1024