fix(tracker): ignore ts-only batches
This commit is contained in:
parent
8e3fdbdafe
commit
14b0f78abc
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export default class BatchWriter {
|
|||
e.set(this.sizeEncoder.flush(), startOffset - SIZE_BYTES)
|
||||
|
||||
e.checkpoint()
|
||||
this.isEmpty = false
|
||||
this.isEmpty = this.isEmpty && message[0] === Messages.Type.Timestamp
|
||||
this.nextIndex++
|
||||
}
|
||||
// app.debug.log
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue