]> git.hungrycats.org Git - bees/commit
progress: move the "finished" tag to a column where it won't obscure data
authorZygo Blaxell <bees@furryterror.org>
Mon, 9 Dec 2024 02:47:43 +0000 (21:47 -0500)
committerZygo Blaxell <bees@furryterror.org>
Fri, 13 Dec 2024 04:10:15 +0000 (23:10 -0500)
commitb9abcceacb7ef9f34972ef09313ef387eef12963
treea2f94ee80720911a087bb8a301bb0f76b696e9e3
parent31f3a8d67d2fe3b5145976d75d64004bc32f4ca6
progress: move the "finished" tag to a column where it won't obscure data

The "done" pointer and the "%done" fields are still useful because they
indicate _actual_ progress, not the work that has been _promised_.
So it is possible for a crawl to be "finished" (all extents queued)
but not "100.0000%" (some of those extents still active or in the queue).

"deferred" state isn't particularly useful, so drop it.

"finished" state implies no ETA, so that column is unused.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
src/bees-roots.cc