Set name for transaction importer thread

This commit is contained in:
CalDescent 2022-04-16 23:32:42 +01:00
parent f8a5ded0ba
commit 54ff564bb1

View File

@ -55,6 +55,8 @@ public class TransactionImporter extends Thread {
@Override
public void run() {
Thread.currentThread().setName("Transaction Importer");
try {
while (!Controller.isStopping()) {
Thread.sleep(1000L);