Force exit vs trying to cleanup all threads for stress

This commit is contained in:
Jake Luciani 2014-10-07 12:20:17 -04:00
parent 9873960f3b
commit 67d476d7c3
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ public final class Stress
StressAction stressAction = new StressAction(settings, logout);
stressAction.run();
}
System.exit(0);
}
/**