janl commented on issue #8615: URL: https://github.com/apache/pouchdb/issues/8615#issuecomment-3985203967
Heya, I’m struggling to understand why `include_docs` on `sync()` or `replicate()` would be an option you would want to set and why. replication works by walking the changes feed, without `include_docs`, sending batches of `_revs_diff` requests to CouchDB and then `_bulk_get`-ing the remaining missing docs. No `include_docs` necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
