From 9560bb1edfc36aa47017077d914e769d4ba97570 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 5 Aug 2021 09:53:55 +0200 Subject: tasks: performance note augmenting all bref with dois from sqlite3 at about 10k qps; 27h. --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 39d4486..908f209 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -414,7 +414,7 @@ class ReleaseIdentDOIMapping(Refcat): class BrefWithDOI(Refcat): """ - Take the paper matches and add source and target DOI. + Take the paper matches and add source and target DOI. 1660min. """ def requires(self): return { -- cgit v1.2.3