This commit is contained in:
crschnick 2023-12-03 17:25:50 +00:00
parent 49755b2785
commit 4afa34378b
2 changed files with 2 additions and 2 deletions

View file

@ -243,7 +243,7 @@ public abstract class OperationMode {
// Run a timer to always exit after some time in case we get stuck
if (inShutdownHook) {
ThreadHelper.runAsync(() -> {
ThreadHelper.sleep(15000);
ThreadHelper.sleep(25000);
TrackEvent.info("Shutdown took too long. Halting ...");
OperationMode.halt(1);
});

View file

@ -1 +1 @@
1.7.9-5
1.7.9-6