fix(backend): removed wrong line from batchSet

This commit is contained in:
Alexander Zavorotynskiy 2023-02-20 16:45:00 +01:00 committed by Taha Yassine Kraiem
parent 7a7910c4fd
commit 5e846245e6

View file

@ -186,7 +186,6 @@ func (conn *BatchSet) sendBatches(t *batchesTask) {
}
br.Close() // returns err
database.RecordBatchInsertDuration(float64(time.Now().Sub(start).Milliseconds()))
database.IncreaseTotalBatches()
}
}