From 85b38bb3f797bfa608d09c56dfdd3b08fc89de91 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Mon, 14 Jul 2008 11:52:07 -0700 Subject: [PATCH] pager now pages through all_docs view specially --- lib/pager.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pager.rb b/lib/pager.rb index 10b97c3..7c6a90d 100644 --- a/lib/pager.rb +++ b/lib/pager.rb @@ -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)