mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Fix thread name
This commit is contained in:
parent
01ab16abe5
commit
997c3a0932
@ -239,7 +239,7 @@ public class PersistenceManager<T extends PersistableEnvelope> {
|
||||
} else {
|
||||
orElse.run();
|
||||
}
|
||||
}, "BisqExecutable-read-" + fileName).start();
|
||||
}, "PersistenceManager-read-" + fileName).start();
|
||||
}
|
||||
|
||||
// API for synchronous reading of data. Not recommended to be used in application code.
|
||||
|
Loading…
Reference in New Issue
Block a user