You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sync-rules/src/quirks.ts
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,15 @@ export class Quirk {
26
26
CompatibilityLevel.SYNC_STREAMS
27
27
);
28
28
29
+
staticversionedBucketIds=newQuirk(
30
+
'versioned_bucket_ids',
31
+
'Old versions of the sync service did not update bucket ids when sync rules change. This can lead to a resync on clients taking longer than necessary, and break client-side progress reports.',
0 commit comments