mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-05 15:26:28 +00:00
Clean up
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user