aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-20 13:23:09 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-20 13:23:09 +0200
commit7be09009b42d3af96ca8875c698922710d92d074 (patch)
treea7dea586f68f588438bd9ffa39e128d44fead3b7 /python
parentcec830ea500b50e9d38b0d6193b22cd10f577370 (diff)
downloadrefcat-7be09009b42d3af96ca8875c698922710d92d074.tar.gz
refcat-7be09009b42d3af96ca8875c698922710d92d074.zip
wip: cdx lookup
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index c082e0a..8d00b55 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -545,7 +545,7 @@ class FatcatMapped(Refcat):
class RefsMapped(Refcat):
"""
- Apply mapper on refs.
+ Apply mapper on refs. 281min (about 100k/s).
"""
mapper = luigi.Parameter(default="ts", description="mapper short name")