mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-31 21:48:08 +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;
|
||||
|
||||
}, MinecraftServer.THREAD_NAME_BENCHMARK, 0L);
|
||||
|
||||
}, MinecraftServer.THREAD_NAME_BENCHMARK);
|
||||
thread.setDaemon(true);
|
||||
thread.start();
|
||||
|
||||
this.enabled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user