Skip to content

Commit

Permalink
fix: deduplicate changes for multi-index queries
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
aikoven committed Aug 18, 2023
1 parent 5ab3845 commit bb6cecc
Show file tree
Hide file tree
Showing 5 changed files with 518 additions and 84 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Watch for real-time updates of query results.
Emits updates in batches represented as `Map`, where key is JSON-stringified
primary key, and value is the update event.

The first emission is the initial query result.
The first emission represents the full initial query result.

Subsequent updates are buffered in time window specified by
`options.bufferTimeMs`.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"dependencies": {
"abort-controller-x": "^0.4.0",
"assert-never": "^1.2.1",
"rethinkdb-ts": "^2.4.14"
}
}
Loading

0 comments on commit bb6cecc

Please sign in to comment.