diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-14 16:37:09 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-14 16:37:09 +0200 |
commit | 2f27dcc92bf40872ceedfbb1a9709c01d2383f5e (patch) | |
tree | 2fa01bd0090478d7b008ea4c4f47cfad47509043 /python | |
parent | dde0a9c6032cf123c25a389b4e524f6be8fb5f8a (diff) | |
download | refcat-2f27dcc92bf40872ceedfbb1a9709c01d2383f5e.tar.gz refcat-2f27dcc92bf40872ceedfbb1a9709c01d2383f5e.zip |
tasks: update docs
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 9bc1f28..969d8dd 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1319,6 +1319,8 @@ class BrefCombined(Refcat): real 214m12.019s user 1482m46.429s sys 114m9.439s + + Result file is 116G compressed (9M/s); 1,865,637,767 docs; 797,304,866,555b. """ def requires(self): return { |