diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2021-08-05 09:53:55 +0200 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2021-08-05 09:53:55 +0200 |
| commit | 9560bb1edfc36aa47017077d914e769d4ba97570 (patch) | |
| tree | 006e003e119ede81b4bab506695092730f99c892 | |
| parent | 99bd1816c395d090c1baab3dd5d37dcca848bb93 (diff) | |
| download | refcat-9560bb1edfc36aa47017077d914e769d4ba97570.tar.gz refcat-9560bb1edfc36aa47017077d914e769d4ba97570.zip | |
tasks: performance note
augmenting all bref with dois from sqlite3 at about 10k qps; 27h.
| -rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
