Skip to content

Commit

Permalink
chore(db): print out send recv stats (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedragon committed Jul 1, 2024
1 parent 4281595 commit 597de4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/db-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class StoreContext {
req.entity = this.queuedUpsert.entity.concat(req.entity)
req.entityData = this.queuedUpsert.entityData.concat(req.entityData)
req.id = this.queuedUpsert.id.concat(req.id)
req.data = this.queuedUpsert.data.concat(req.data)

return this.queuedUpsertPromise
} else {
this.queuedUpsert = req
Expand Down

0 comments on commit 597de4e

Please sign in to comment.