mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmstorage/transport: update stale comment - vmstorage now sends small ack
packets to vminsert
This commit is contained in:
parent
a5e57a76eb
commit
901093279e
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ func (s *Server) RunVMInsert() {
|
||||||
}()
|
}()
|
||||||
|
|
||||||
// There is no need in response compression, since
|
// There is no need in response compression, since
|
||||||
// vmstorage doesn't send anything back to vminsert.
|
// vmstorage sends only small packets to vminsert.
|
||||||
compressionLevel := 0
|
compressionLevel := 0
|
||||||
bc, err := handshake.VMInsertServer(c, compressionLevel)
|
bc, err := handshake.VMInsertServer(c, compressionLevel)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue