fix(backend): removed wrong line from batchSet
This commit is contained in:
parent
7a7910c4fd
commit
5e846245e6
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ func (conn *BatchSet) sendBatches(t *batchesTask) {
|
|||
}
|
||||
br.Close() // returns err
|
||||
database.RecordBatchInsertDuration(float64(time.Now().Sub(start).Milliseconds()))
|
||||
database.IncreaseTotalBatches()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue