mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00: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
|