forked from Qortal/qortal
Removed time estimations that are no longer correct or relevant.
This commit is contained in:
parent
7d3a465386
commit
4ec7b1ff1e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user