forked from SteamWar/SteamWar
Refine checkpoint handling in Subserver and remove unnecessary debug logs in CheckpointUtilsJ9
This commit is contained in:
@@ -220,6 +220,7 @@ public class Subserver {
|
||||
try {
|
||||
if (checkpoint) {
|
||||
start(process.getErrorStream(), line -> line.contains("Restore finished successfully."));
|
||||
Thread.sleep(300);
|
||||
} else {
|
||||
start(process.getInputStream(), line -> {
|
||||
if (line.contains("Loading libraries, please wait"))
|
||||
|
||||
Reference in New Issue
Block a user