diff options
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r-- | src/couchdb/couch_db.hrl | 2 |
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 = {}, |