summaryrefslogtreecommitdiff
path: root/etc/couchdb/default.ini.tpl.in
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-03-06 18:20:09 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-03-06 18:20:09 +0000
commit5b9b9823e091b6e8720d3930785f59c424239daa (patch)
treef303f9ce00d2e9152a4bd5a84529d3e8672d6198 /etc/couchdb/default.ini.tpl.in
parentca79ad7b3104ba4a55006a358b3b7ff2f0c060e8 (diff)
configure view and external server timeout in using ini variables.
closes COUCHDB-246 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@751020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb/default.ini.tpl.in')
-rw-r--r--etc/couchdb/default.ini.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 0a5dd0a2..8deca3cf 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -8,7 +8,7 @@ view_index_dir = %localstatelibdir%
util_driver_dir = %couchprivlibdir%
max_document_size = 4294967296 ; 4 GB
max_attachment_chunk_size = 4294967296 ; 4GB
-view_timeout = 5000 ; 5 seconds
+os_process_timeout = 5000 ; 5 seconds. for view and external servers.
max_dbs_open = 100
[httpd]