forked from Qortal/qortal
Removed unnecessary synchronization
This commit is contained in:
parent
0352a09de7
commit
ea785f79b8
@ -475,7 +475,6 @@ public class OnlineAccountsManager extends Thread {
|
|||||||
|
|
||||||
int importCount = 0;
|
int importCount = 0;
|
||||||
|
|
||||||
synchronized(onlineAccountsImportQueue) {
|
|
||||||
// Add any online accounts to the queue that aren't already present
|
// Add any online accounts to the queue that aren't already present
|
||||||
for (OnlineAccountData onlineAccountData : peersOnlineAccounts) {
|
for (OnlineAccountData onlineAccountData : peersOnlineAccounts) {
|
||||||
|
|
||||||
@ -492,7 +491,6 @@ public class OnlineAccountsManager extends Thread {
|
|||||||
onlineAccountsImportQueue.add(onlineAccountData);
|
onlineAccountsImportQueue.add(onlineAccountData);
|
||||||
importCount++;
|
importCount++;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
LOGGER.debug(String.format("Added %d online accounts to queue", importCount));
|
LOGGER.debug(String.format("Added %d online accounts to queue", importCount));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user