This brings 2 improvements so that the commands aren't so long:
there is no point going over all the unknown events we already know will still be unknown after the replay, so those "unknown unknowns" are entirely skipped, resulting in a huge speed bump in some cases;
the admin running the command can now specify a --no-more-than option, so that in the event that there are still too many "known unknowns" to go through, they can do it piecemeal, instead of staring at the progress bar for hours.
This brings 2 improvements so that the commands aren't so long:
there is no point going over all the unknown events we already know will still be unknown after the replay, so those "unknown unknowns" are entirely skipped, resulting in a huge speed bump in some cases;
the admin running the command can now specify a
--no-more-than
option, so that in the event that there are still too many "known unknowns" to go through, they can do it piecemeal, instead of staring at the progress bar for hours.