You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/07/11 16:05:04 UTC

[couchdb] branch fix-default-ini-max-document-id-length-value created (now 3392b55)

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

vatamane pushed a change to branch fix-default-ini-max-document-id-length-value
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 3392b55  Fix max_document_id_length value in default.ini

This branch includes the following new commits:

     new 3392b55  Fix max_document_id_length value in default.ini

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Fix max_document_id_length value in default.ini

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch fix-default-ini-max-document-id-length-value
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 3392b5579f03a5ac25167bc2efb67d524c5a3538
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Jul 11 12:03:31 2019 -0400

    Fix max_document_id_length value in default.ini
    
    The code has "infinity" as the default value and not 0
    
    See src/couch_replicator/src/couch_replicator_changes_reader.erl
---
 rel/overlay/etc/default.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 5a8d0f9..44aa824 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -375,7 +375,7 @@ verify_ssl_certificates = false
 ; Maximum peer certificate depth (must be set even if certificate validation is off).
 ssl_certificate_max_depth = 3
 ; Maximum document ID length for replication.
-;max_document_id_length = 0
+;max_document_id_length = infinity
 ; How much time to wait before retrying after a missing doc exception. This
 ; exception happens if the document was seen in the changes feed, but internal
 ; replication hasn't caught up yet, and fetching document's revisions