pager now pages through all_docs view specially

This commit is contained in:
Chris Anderson 2008-07-14 11:52:07 -07:00
parent f0f25bb7af
commit 85b38bb3f7

View file

@ -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)