couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

WIP _bulk_get support for the replicator

Open nickva opened this issue 1 year ago • 0 comments

Attempt to use _bulk_get and if it fails or if documents have attachments fetch those individually as before.

On the first go-around, use the json version of _bulk_get response. This should be compatible with PouchDB and as well as older versions Apache CouchDB versions before multipart/mixed _bulk_get support was implemented.

nickva avatar Aug 10 '22 19:08 nickva