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.
1 parent fbf82b4 commit 5efed1dCopy full SHA for 5efed1d
src/main/scala/io/iohk/ethereum/blockchain/sync/FastSync.scala
@@ -604,7 +604,6 @@ class FastSync(
604
if (assignedHandlers.nonEmpty) {
605
log.debug("There are no available peers, waiting for responses")
606
} else {
607
- log.debug("There are no peers to download from, scheduling a retry in {}", syncRetryInterval)
608
scheduler.scheduleOnce(syncRetryInterval, self, ProcessSyncing)
609
}
610
0 commit comments