summaryrefslogtreecommitdiff
path: root/etc/couchdb
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-02-12 08:29:34 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-02-12 08:29:34 +0000
commit645cfeaa0341fda45d64c726b0760c7190b26c06 (patch)
tree8a348ca05d05feb245c55132c168fce377986564 /etc/couchdb
parentfd31ca2f9ee86cafa2b55da5f969616a1e06926d (diff)
allow user-configurable directory for view indexes.
closes COUCHDB-168. thanks Adam Kocoloski git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@743653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r--etc/couchdb/default.ini.tpl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 28ab36f2..7c6f417a 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -4,6 +4,7 @@
[couchdb]
database_dir = %localstatelibdir%
+view_index_dir = %localstatelibdir%
util_driver_dir = %couchprivlibdir%
max_document_size = 4294967296 ; 4 GB
view_timeout = 5000 ; 5 seconds