summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-05-04 22:11:53 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-05-04 22:11:53 +0000
commit0126fbf9d58928516e83c88a6a7bb8134f0901b7 (patch)
treeead6f2ee475dbd33715e4a5ff743237f75bbd361 /etc
parent2d0503e3bb0c50c99670c01272ee8c1fe7710f8d (diff)
helpful note about config setting
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@771467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 8096ad6b..96dedce4 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -26,6 +26,9 @@ level = info
[query_servers]
javascript = %bindir%/%couchjs_command_name% %localdatadir%/server/main.js
+; Changing reduce_limit to false will disable reduce_limit.
+; If you think you're hitting reduce_limit with a "good" reduce function,
+; please let us know on the mailing list so we can fine tune the heuristic.
[query_server_config]
reduce_limit = true