Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/misc/aslo-patch-authors
diff options
context:
space:
mode:
Diffstat (limited to 'misc/aslo-patch-authors')
-rwxr-xr-xmisc/aslo-patch-authors2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/aslo-patch-authors b/misc/aslo-patch-authors
index a94ecfd..88df5a4 100755
--- a/misc/aslo-patch-authors
+++ b/misc/aslo-patch-authors
@@ -122,7 +122,7 @@ volume.populate()
try:
for document in ('context', 'review'):
- documents, __ = volume[document].find(limit=db.MAX_LIMIT)
+ documents, __ = volume[document].find()
for doc in documents:
authors = new_authors(doc)
if authors: