diff options
author | Damien F. Katz <damien@apache.org> | 2008-12-12 05:23:37 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2008-12-12 05:23:37 +0000 |
commit | 56a3ee28e006aa42150482e1c3f91dc1906273f9 (patch) | |
tree | 139a7b75db8c0e4b10d7a581e3f9f54936ea5746 /etc/couchdb | |
parent | ae3a9d4a0f06ef9eb6fcb0ce44e719bfc5bebbbd (diff) |
modifications to view server to keep the file descriptor open for the life of the view group.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@725909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/local_dev.ini | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini index 47751df4..f1f2b7a5 100644 --- a/etc/couchdb/local_dev.ini +++ b/etc/couchdb/local_dev.ini @@ -12,7 +12,7 @@ ;bind_address = 127.0.0.1 [log] -level = debug +level = error [update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" @@ -48,3 +48,9 @@ foo = bar [test] foo = bar + +[test] +foo = bar + +[test] +foo = bar |