]> git.hungrycats.org Git - bees/commit
progress: move the "idle" cell to the next cycle ETA column
authorZygo Blaxell <bees@furryterror.org>
Thu, 19 Jun 2025 02:16:12 +0000 (22:16 -0400)
committerZygo Blaxell <bees@furryterror.org>
Thu, 19 Jun 2025 02:33:05 +0000 (22:33 -0400)
commit504f4cda80b70c5a7372fd814deb7d2b3fcfbf07
treefca9f34acf9971a38a8e6ff557e4160e2667f3df
parent6c36f4973fb7de35ca72f04afdaaa3955b507486
progress: move the "idle" cell to the next cycle ETA column

When all extents within a size tier have been queued, and all the
extents belong to the same file, the queue might take a long time to
fully process.  Also, any progress that is made will be obscured by
the "idle" tag in the "point" column.

Move "idle" to the next cycle ETA column, since the ETA duration will
be zero, and no useful information is lost since we would have "-"
there anyway.

Since the "point" column can now display the maximum value, lower
that maximum to 999999 so that we don't use an extra column.

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