summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-08-04 17:05:22 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-08-04 17:05:22 +0000
commit77962e9b1458e97aa8a534fe18f2eda1965cc8b1 (patch)
tree412882a3a596ca852f70219c920f67344925e091 /src/couchdb/couch_db.hrl
parent8446f0c3a69f7925d9104fd4487175c618b5a9dc (diff)
Add replicator DB (_replicator).
Part of ticket COUCHDB-776. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@982330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r--src/couchdb/couch_db.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl
index a35745ef..51fb25e2 100644
--- a/src/couchdb/couch_db.hrl
+++ b/src/couchdb/couch_db.hrl
@@ -289,6 +289,7 @@
heartbeat,
timeout,
filter = "",
- include_docs = false
+ include_docs = false,
+ db_open_options = []
}).