X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Fsrc%2Fnet%2Fsf%2Fopenrocket%2Fdatabase%2FThrustCurveMotorSetDatabase.java;h=9b4c8b18d83bc8a90c285f7910889053a15f1530;hb=09ab2c32752c54dcf748121f1f719db6907cd5fb;hp=1aeb6cd4c70e456c0e9abaa433f506fc39514f0a;hpb=e83cfaae4b41efda95007c662fd4f6cf7017f568;p=debian%2Fopenrocket diff --git a/core/src/net/sf/openrocket/database/ThrustCurveMotorSetDatabase.java b/core/src/net/sf/openrocket/database/ThrustCurveMotorSetDatabase.java index 1aeb6cd4..9b4c8b18 100644 --- a/core/src/net/sf/openrocket/database/ThrustCurveMotorSetDatabase.java +++ b/core/src/net/sf/openrocket/database/ThrustCurveMotorSetDatabase.java @@ -204,6 +204,10 @@ public abstract class ThrustCurveMotorSetDatabase implements MotorDatabase { * marks the database as loaded and notifies any blocked threads. */ private class LoadingThread extends Thread { + private LoadingThread() { + this.setName("MotorLoadingThread"); + this.setPriority(MIN_PRIORITY); + } @Override public void run() { performMotorLoading();