From b887b7743d8ef2edc2e5daef67ef96c10596a5c8 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 20 Jul 2021 01:53:21 +0200 Subject: tasks: increase default limit for cdx --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index aa473f6..2d98f5c 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1498,7 +1498,7 @@ class CDXURL(Refcat): Stub implementation of ad-hoc CDX. We only consider a subset of documents. """ cache = luigi.Parameter(default="/magna/.cache/skate/cdx", significant=False) - limit = luigi.IntParameter(default=25000, significant=False) + limit = luigi.IntParameter(default=80000, significant=False) def requires(self): return RefsURL() -- cgit v1.2.3