You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This makes reportutils.FmtBytes() postfix the unit after the number;
previously it just returned the (stringified) number.
- This makes the “Check finished” log print if there is no error,
not if there is an error. (The logic had been reversed.)
- This suppresses the “No tasks found” log. (PR #60 meant to do this.)
- This unsets worker tracker entries once they are done being
processed. (Previously they were not cleared, which made the worker
tracker table much less meaningful because entries were never removed,
only replaced.)
- This suppresses the findCmd log for recheck tasks since the
list of IDs can be long.
- This suppresses the “Finished document comparison task” log if
that task fails.
0 commit comments