diff options
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r-- | src/couchdb/couch_db.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl index eb7bd9a1..22fad2ef 100644 --- a/src/couchdb/couch_db.hrl +++ b/src/couchdb/couch_db.hrl @@ -139,8 +139,8 @@ -record(view_query_args, { start_key = nil, end_key = {}, - count = 10000000000, % a huge huge default number. Picked so we don't have - % to do different logic for when there is no count + 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, direction = fwd, |