This is an automated email from the ASF dual-hosted git repository. flimzy pushed a commit to branch note in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit 1aaf8a573db5e2026a5bf73f1c53051e1ad1564c Author: Jonathan Hall <[email protected]> AuthorDate: Sat Jul 13 23:15:24 2019 +0200 Remove misleading and/or incorrect note --- src/replication/protocol.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/replication/protocol.rst b/src/replication/protocol.rst index 27d963c..0e1a9ec 100644 --- a/src/replication/protocol.rst +++ b/src/replication/protocol.rst @@ -1419,11 +1419,6 @@ upload of changed Documents. This case is applied when Documents contain a lot of attached files or the files are too big to be efficiently encoded with Base64. -.. note:: - CouchDB defines a limit of ``8`` attachments per Document and each attached - file size should not be greater than ``64 KiB``. While this is a RECOMMENDED - limitation, other Replicator implementations MAY have their own values. - For this case the Replicator issues a :put:`/{db}/{docid}?new_edits=false </{db}/{docid}>` request with :mimetype:`multipart/related` content type. Such a request allows one to easily stream the Document and all its attachments
