Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
263 changes: 0 additions & 263 deletions docs/DataSync/peer-to-peer.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/DataSync/remote-sync-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ With Delta Sync, only the changed parts of a Couchbase document are replicated.

Replications to a Server (for example, a Sync Gateway, or passive listener) automatically use delta sync if the property is enabled at database level by the server — see: [databases.$db.delta_sync.enabled](https://docs.couchbase.com/sync-gateway/current/configuration-properties-legacy.html#databases-foo_db-delta_sync).

Intra-Device replications automatically disable delta sync, whilst Peer-to-Peer replications automatically enable delta sync.
Intra-Device replications automatically disable delta sync<!-- , whilst Peer-to-Peer replications automatically enable delta sync -->.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While commenting out the portion related to Peer-to-Peer sync works, it's generally cleaner to remove text that is not meant to be displayed, rather than commenting it out in documentation files. This improves the readability and maintainability of the source markdown. I suggest removing the commented-out part entirely.

Suggested change
Intra-Device replications automatically disable delta sync<!-- , whilst Peer-to-Peer replications automatically enable delta sync -->.
Intra-Device replications automatically disable delta sync.


## Initialize

Expand Down
2 changes: 2 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ Some of the features supported by other platform implementations of Couchbase Li
* Vector Search
- This is still in beta for the native platforms and is not yet supported in the plugin.

<!-- Commented out as P2P APIs are still in development and not yet released
* Peer-to-Peer Sync
- There is no "platform" specific code built into the plugin to allow you to find other peers.
-->


Loading