summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-01-22 22:42:45 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-01-22 22:42:45 +0000
commit3a54f4199f66812b7b9496b91a4aebd47dcb7218 (patch)
tree90fe9bb4ca0aef5190e65cecfbe21c34559cddfe /src/couchdb/couch_db.hrl
parent6f5985c3eb661574dba97277ef208673023d220c (diff)
change update=false to stale=ok
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@736837 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r--src/couchdb/couch_db.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl
index d22d09c7..083468dc 100644
--- a/src/couchdb/couch_db.hrl
+++ b/src/couchdb/couch_db.hrl
@@ -144,7 +144,7 @@
limit = 10000000000, % a huge huge default number. Picked so we don't have
% to do different logic for when there is no limit
% limit
- update = true,
+ stale = false,
direction = fwd,
start_docid = nil,
end_docid = {},