@squidcloud/client 1.0.55 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -78,6 +78,12 @@ export declare class DataManager {
|
|
|
78
78
|
* result for document with id='a'.
|
|
79
79
|
*/
|
|
80
80
|
private readonly outgoingMutationsEmpty;
|
|
81
|
+
/**
|
|
82
|
+
* When applying an outgoing mutation, there may be a short time that the mutation is not yet inserted into the
|
|
83
|
+
* pending outgoing mutations map. In this case, we mark the document id as known to be dirty and remove it from the
|
|
84
|
+
* set once the pending outgoing mutations map is updated.
|
|
85
|
+
*/
|
|
86
|
+
private readonly knownDirtyDocs;
|
|
81
87
|
private readonly failedDocsToResync;
|
|
82
88
|
private readonly refreshDocIdToTimestamp;
|
|
83
89
|
private deleteExpiredTimestampsInterval;
|