mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
app/vmstorage/transport: update stale comment - vmstorage now sends small ack
packets to vminsert
This commit is contained in:
parent
a5e57a76eb
commit
901093279e
@ -127,7 +127,7 @@ func (s *Server) RunVMInsert() {
|
||||
}()
|
||||
|
||||
// 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
|
||||
bc, err := handshake.VMInsertServer(c, compressionLevel)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user