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: docs/api/components/schemas.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -711,7 +711,7 @@ Replication:
711
711
default: |-
712
712
For Sync Gateway versions < 4.x, in priority order, this will cause
713
713
- Deletes to always win (the delete with the longest revision history wins if both revisions are deletes)
714
-
- The revision with the longest revision history to win. This means the the revision with the most changes and therefore the highest Revision Tree ID will win.
714
+
- The revision with the longest revision history to win. This means the revision with the most changes and therefore the highest Revision Tree ID will win.
715
715
716
716
For Sync Gateway versions >= 4.x, this will use
717
717
- Timestamp based conflict resolution (often referred to as "last write wins", or LWW). Which uses a document timestamp from most recent document revisions to compare.
0 commit comments