mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
5 lines
153 B
Go
5 lines
153 B
Go
package consts
|
|
|
|
// MaxInsertPacketSize is the maximum packet size in bytes vminsert may send to vmstorage.
|
|
const MaxInsertPacketSize = 100 * 1024 * 1024
|