mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vminsert/opentsdb: remove unused const maxReadPacketSize
; update https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69
This commit is contained in:
parent
70ba36fa37
commit
4b2523fb40
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ func (ctx *pushCtx) InsertRows() error {
|
||||||
return ic.FlushBufs()
|
return ic.FlushBufs()
|
||||||
}
|
}
|
||||||
|
|
||||||
const maxReadPacketSize = 4 * 1024 * 1024
|
|
||||||
|
|
||||||
const flushTimeout = 3 * time.Second
|
const flushTimeout = 3 * time.Second
|
||||||
|
|
||||||
func (ctx *pushCtx) Read(r io.Reader) bool {
|
func (ctx *pushCtx) Read(r io.Reader) bool {
|
||||||
|
|
Loading…
Reference in a new issue