mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-03 23:17:48 +01:00
BenchmarkManager thread should be daemon
This commit is contained in:
parent
40f52ba49e
commit
b880788124
@ -76,8 +76,8 @@ public final class BenchmarkManager {
|
|||||||
|
|
||||||
stop = false;
|
stop = false;
|
||||||
|
|
||||||
}, MinecraftServer.THREAD_NAME_BENCHMARK, 0L);
|
}, MinecraftServer.THREAD_NAME_BENCHMARK);
|
||||||
|
thread.setDaemon(true);
|
||||||
thread.start();
|
thread.start();
|
||||||
|
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user