9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-23 00:49:31 +00:00

Temp disable hot reload for async features

This commit is contained in:
Dreeam
2025-06-13 22:03:34 +08:00
parent bc4ca38c83
commit 9c0d0a828c
5 changed files with 10 additions and 4 deletions

View File

@@ -32,7 +32,8 @@ public class AsyncPlayerDataSaving {
new ThreadPoolExecutor.DiscardPolicy()
);
} else {
throw new IllegalStateException();
// Temp no-op
//throw new IllegalStateException();
}
}

View File

@@ -43,7 +43,8 @@ public class AsyncPathProcessor {
getRejectedPolicy()
);
} else {
throw new IllegalStateException();
// Temp no-op
//throw new IllegalStateException();
}
}

View File

@@ -46,7 +46,8 @@ public class MultithreadedTracker {
getRejectedPolicy()
);
} else {
throw new IllegalStateException();
// Temp no-op
//throw new IllegalStateException();
}
}