mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Fixed out of memory errors when copying AT states.
This commit is contained in:
@@ -153,6 +153,7 @@ public class HSQLDBDatabasePruning {
|
||||
}
|
||||
}
|
||||
}
|
||||
repository.saveChanges();
|
||||
|
||||
} while (latestAtStatesResultSet.next());
|
||||
}
|
||||
@@ -161,8 +162,6 @@ public class HSQLDBDatabasePruning {
|
||||
}
|
||||
}
|
||||
|
||||
repository.saveChanges();
|
||||
|
||||
|
||||
// Finally, drop the original table and rename
|
||||
LOGGER.info("Deleting old AT states...");
|
||||
|
Reference in New Issue
Block a user