Removed time estimations that are no longer correct or relevant.

This commit is contained in:
CalDescent 2022-03-11 16:50:34 +00:00
parent 7d3a465386
commit 4ec7b1ff1e

View File

@ -40,8 +40,8 @@ public class HSQLDBDatabaseArchiving {
return false;
}
LOGGER.info("Building block archive - this process could take a while... (approx. 15 mins on high spec)");
SplashFrame.getInstance().updateStatus("Building block archive (takes 60+ mins)...");
LOGGER.info("Building block archive - this process could take a while...");
SplashFrame.getInstance().updateStatus("Building block archive...");
final int maximumArchiveHeight = BlockArchiveWriter.getMaxArchiveHeight(repository);
int startHeight = 0;