This commit is contained in:
cyberpwn
2021-09-25 13:52:50 -04:00
parent 57ef3842e9
commit 384a28c517
83 changed files with 323 additions and 670 deletions

View File

@@ -156,17 +156,12 @@ public class MultiBurst {
try {
while (!service.awaitTermination(1, TimeUnit.SECONDS)) {
Iris.info("Still waiting to shutdown burster...");
if(p.getMilliseconds() > 7000)
{
if (p.getMilliseconds() > 7000) {
Iris.warn("Forcing Shutdown...");
try
{
try {
service.shutdownNow();
}
catch(Throwable e)
{
} catch (Throwable e) {
}