From 3a54f4199f66812b7b9496b91a4aebd47dcb7218 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Thu, 22 Jan 2009 22:42:45 +0000 Subject: change update=false to stale=ok git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@736837 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_db.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/couchdb/couch_db.hrl') 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 = {}, -- cgit v1.2.3