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 2016/10/04 18:47:45 UTC

couchdb commit: updated refs/heads/master to bd05725

Repository: couchdb
Updated Branches:
  refs/heads/master 92fa3b11e -> bd057250d


Fix accidental commit of lower max size limit


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/bd057250
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/bd057250
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/bd057250

Branch: refs/heads/master
Commit: bd057250d4579c6a64e598d6331f0c5cec751264
Parents: 92fa3b1
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Tue Oct 4 14:47:33 2016 -0400
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Oct 4 14:47:33 2016 -0400

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/bd057250/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index e6ca15e..043c99f 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -8,8 +8,7 @@ database_dir = {{data_dir}}
 view_index_dir = {{view_index_dir}}
 ; util_driver_dir =
 ; plugin_dir =
-; max_document_size = 67108864 ; 64 MB
-max_document_size = 5000
+max_document_size = 67108864 ; 64 MB
 os_process_timeout = 5000 ; 5 seconds. for view and external servers.
 max_dbs_open = 500
 delayed_commits = false