Skip to content

Commit

Permalink
feat: ignore purged tombstones after couchbase server 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Jun 29, 2024
1 parent 5205200 commit 2e20fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchbase/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ func (s *client) OpenStream(

op, err := s.dcpAgent.OpenStream(
vbID,
0,
0x80,
offset.VbUUID,
gocbcore.SeqNo(offset.SeqNo),
0xffffffffffffffff,
Expand Down

0 comments on commit 2e20fdc

Please sign in to comment.