forked from Qortal/qortal
Set name for transaction importer thread
This commit is contained in:
parent
f8a5ded0ba
commit
54ff564bb1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user