diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-02-15 20:36:53 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-02-15 20:36:53 +0000 |
commit | 146bc594aef47b675670e7a7fd7f89b7c6a10843 (patch) | |
tree | 4f1ea083353560951b640f8c1ceaaf728e2def65 /etc | |
parent | c91f851dc421466402721eb7baa644860f874ce1 (diff) |
View etags are now provided. See note in the source about how they could be more efficient. Changes arity on make_view_fold_fun etc. Closes COUCHDB-4
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@744747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/local_dev.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini index b0f1f26d..13cfb494 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 = info +; level = debug [update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" |