Author: jchris
Date: Mon May 4 22:11:46 2009
New Revision: 771467
URL: http://svn.apache.org/viewvc?rev=771467&view=rev
Log:
helpful note about config setting
Modified:
couchdb/trunk/etc/couchdb/default.ini.tpl.in
Modified: couchdb/trunk/etc/couchdb/default.ini.tpl.in
URL:
http://svn.apache.org/viewvc/couchdb/trunk/etc/couchdb/default.ini.tpl.in?rev=771467&r1=771466&r2=771467&view=diff
==============================================================================
--- couchdb/trunk/etc/couchdb/default.ini.tpl.in (original)
+++ couchdb/trunk/etc/couchdb/default.ini.tpl.in Mon May 4 22:11:46 2009
@@ -26,6 +26,9 @@
[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