mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-23 03:59:36 +00:00
do not log batch processing 0 mailbox entries
This commit is contained in:
parent
332da7535d
commit
6ed969addc
1 changed files with 5 additions and 3 deletions
|
@ -414,6 +414,8 @@ public class MailboxMessageService implements HashMapChangedListener, PersistedD
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
var mailboxItems = getMailboxItems(protectedMailboxStorageEntries);
|
var mailboxItems = getMailboxItems(protectedMailboxStorageEntries);
|
||||||
|
|
||||||
|
if (!protectedMailboxStorageEntries.isEmpty())
|
||||||
log.info("Batch processing of {} mailbox entries took {} ms",
|
log.info("Batch processing of {} mailbox entries took {} ms",
|
||||||
protectedMailboxStorageEntries.size(),
|
protectedMailboxStorageEntries.size(),
|
||||||
System.currentTimeMillis() - ts);
|
System.currentTimeMillis() - ts);
|
||||||
|
|
Loading…
Reference in a new issue