Skip to content

Commit ae72155

Browse files
committed
Re-word change log entry as suggested in code review
1 parent 52e8a98 commit ae72155

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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.
2+
- [changed] Firestore now limits the number of concurrent document lookups it
3+
will perform when resolving inconsistencies in the local cache (#2683).
74
- [changed] Changed the in-memory representation of Firestore documents to
85
reduce memory allocations and improve performance. Calls to
96
`DocumentSnapshot.getData()` and `DocumentSnapshot.toObject()` will see

0 commit comments

Comments
 (0)