X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Fsrc%2Fnet%2Fsf%2Fopenrocket%2Fdatabase%2FComponentPresetDatabase.java;h=bb2fae2b981957efa0323695f7f726f758b1451c;hb=3867c4267f1c9b52dab77f92701ee2403b206ad3;hp=26cec70d20b202e36df44b0d4c818d8b3c33c928;hpb=aef62410a9671aea9e7d653978c6ce7abd7d15f6;p=debian%2Fopenrocket diff --git a/core/src/net/sf/openrocket/database/ComponentPresetDatabase.java b/core/src/net/sf/openrocket/database/ComponentPresetDatabase.java index 26cec70d..bb2fae2b 100644 --- a/core/src/net/sf/openrocket/database/ComponentPresetDatabase.java +++ b/core/src/net/sf/openrocket/database/ComponentPresetDatabase.java @@ -171,6 +171,11 @@ public abstract class ComponentPresetDatabase extends Database * Background thread for loading the presets. */ private class LoadingThread extends Thread { + + private LoadingThread() { + this.setName("PresetLoadingThread"); + this.setPriority(MIN_PRIORITY); + } @Override public void run() { load();