pager now pages through all_docs view specially
This commit is contained in:
parent
f0f25bb7af
commit
85b38bb3f7
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ class CouchRest
|
||||||
|
|
||||||
def all_docs(count=100, &block)
|
def all_docs(count=100, &block)
|
||||||
startkey = nil
|
startkey = nil
|
||||||
keepgoing = true
|
|
||||||
oldend = nil
|
oldend = nil
|
||||||
|
|
||||||
while docrows = request_all_docs(count+1, startkey)
|
while docrows = request_all_docs(count+1, startkey)
|
||||||
|
|
Loading…
Add table
Reference in a new issue