mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-23 16:39:22 +00:00
Actually use priority mburst
This commit is contained in:
@@ -39,7 +39,7 @@ public class MultiBurst {
|
|||||||
tid++;
|
tid++;
|
||||||
Thread t = new Thread(r);
|
Thread t = new Thread(r);
|
||||||
t.setName(name + " " + tid);
|
t.setName(name + " " + tid);
|
||||||
t.setPriority(6);
|
t.setPriority(priority);
|
||||||
t.setUncaughtExceptionHandler((et, e) ->
|
t.setUncaughtExceptionHandler((et, e) ->
|
||||||
{
|
{
|
||||||
Iris.info("Exception encountered in " + et.getName());
|
Iris.info("Exception encountered in " + et.getName());
|
||||||
|
|||||||
Reference in New Issue
Block a user