We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb0c5a3 + 43a4fdc commit bdb69b9Copy full SHA for bdb69b9
src/main/java/org/tron/core/db/Manager.java
@@ -389,6 +389,8 @@ public Set<Node> readNeighbours() {
389
tx = getRepushTransactions().peek();
390
if (tx != null) {
391
this.rePush(tx);
392
+ } else {
393
+ TimeUnit.MILLISECONDS.sleep(50L);
394
}
395
} catch (Exception ex) {
396
logger.error("unknown exception happened in repush loop", ex);
0 commit comments