mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 22:23:11 +00:00
This commit is contained in:
@@ -570,6 +570,9 @@ func (m *PeerManager) TryDialNext() (NodeAddress, error) {
|
||||
continue
|
||||
}
|
||||
if time.Since(peer.LastDisconnected) < m.retryDelay(rand.Uint32()%11, false) {
|
||||
fmt.Println("continue")
|
||||
fmt.Println(time.Since(peer.LastDisconnected))
|
||||
fmt.Println(m.retryDelay(rand.Uint32()%11, false))
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user