app/vmstorage/transport: update stale comment - vmstorage now sends small ack packets to vminsert

This commit is contained in:
Aliaksandr Valialkin 2020-05-21 14:04:45 +03:00
parent a5e57a76eb
commit 901093279e

View file

@ -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 {