From ce3e161a282bf6a12c9a8ad0e7cef36afae50d3b Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 15 Jul 2021 18:12:01 +0200 Subject: tasks: reduce sample size --- 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 1dfaccb..c721486 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1497,7 +1497,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=50000, significant=False) + limit = luigi.IntParameter(default=25000, significant=False) def requires(self): return RefsURL() -- cgit v1.2.3