File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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 ).
7
4
- [ changed] Changed the in-memory representation of Firestore documents to
8
5
reduce memory allocations and improve performance. Calls to
9
6
` DocumentSnapshot.getData() ` and ` DocumentSnapshot.toObject() ` will see
You can’t perform that action at this time.
0 commit comments