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 18:31:16 UTC

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

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

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

commit 85dc624bdbb01189b1e100ca3944de2f514abd0b
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