forked from Qortal/qortal
Reduce log spam
This commit is contained in:
parent
074bfadb28
commit
fa2bd40d5f
@ -1519,7 +1519,7 @@ public class Controller extends Thread {
|
|||||||
try {
|
try {
|
||||||
ReentrantLock blockchainLock = Controller.getInstance().getBlockchainLock();
|
ReentrantLock blockchainLock = Controller.getInstance().getBlockchainLock();
|
||||||
if (!blockchainLock.tryLock(2, TimeUnit.SECONDS)) {
|
if (!blockchainLock.tryLock(2, TimeUnit.SECONDS)) {
|
||||||
LOGGER.info(() -> String.format("Too busy to process incoming transactions queue"));
|
LOGGER.trace(() -> String.format("Too busy to process incoming transactions queue"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user