You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2019/07/14 09:48:12 UTC

[couchdb-documentation] branch master updated: Remove misleading and/or incorrect note (#427)

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new e51813b  Remove misleading and/or incorrect note (#427)
e51813b is described below

commit e51813b5840cada6297706e32cddbdbd5ec5b1e8
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Sun Jul 14 11:48:08 2019 +0200

    Remove misleading and/or incorrect note (#427)
---
 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