forked from Qortal/qortal
Sleep for 5s before cleaning up temp path, in case this improves reliability on Windows.
This commit is contained in:
parent
3fb7df18a0
commit
9f488b7b77
@ -296,6 +296,7 @@ public class Bootstrap {
|
|||||||
|
|
||||||
// Cleanup
|
// Cleanup
|
||||||
LOGGER.info("Cleaning up...");
|
LOGGER.info("Cleaning up...");
|
||||||
|
Thread.sleep(5000L);
|
||||||
this.deleteAllTempDirectories();
|
this.deleteAllTempDirectories();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user