Skip to content

Commit 42ad868

Browse files
authored
Update CHANGELOG.md to mention limbo resolution throttling
This change to the change log was forgotten in the PR that added throttling: #2790
1 parent 0f6146d commit 42ad868

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/firestore/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Unreleased
2+
- [changed] Limbo resolution now attempts to resolve a maximum of 100 documents
3+
at a time, instead of resolving all at once (#2790). This addresses an issue
4+
where the server can fail with "resource exhausted" errors if a large number
5+
of documents are in limbo (e.g. 15,000), which can lead to the pathological
6+
client behavior seen in #2683.
27
- [changed] Changed the in-memory representation of Firestore documents to
38
reduce memory allocations and improve performance. Calls to
49
`DocumentSnapshot.getData()` and `DocumentSnapshot.toObject()` will see

0 commit comments

Comments
 (0)