mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 17:47:40 +01:00
Fix occasional server shutdown issue due to non-daemon thread
This commit is contained in:
parent
a123048053
commit
f911752c0c
@ -83,6 +83,7 @@ public class AsynchronousQueue<T> {
|
||||
running();
|
||||
}
|
||||
});
|
||||
thread.setDaemon(true);
|
||||
thread.start();
|
||||
try {
|
||||
if(!normalprio)
|
||||
|
Loading…
Reference in New Issue
Block a user