9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 10:39:07 +00:00

Actually use priority mburst

This commit is contained in:
Daniel Mills
2021-07-24 11:19:05 -04:00
parent 30006fe520
commit 902a489b04

View File

@@ -39,7 +39,7 @@ public class MultiBurst {
tid++;
Thread t = new Thread(r);
t.setName(name + " " + tid);
t.setPriority(6);
t.setPriority(priority);
t.setUncaughtExceptionHandler((et, e) ->
{
Iris.info("Exception encountered in " + et.getName());