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