Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed May 3, 2021
1 parent a610871 commit 7244c46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jormungandr/src/topology/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ impl Process {
}
self.send_gossip_messages(view.peers)
}
_ = &mut stuck_notifier => {
tracing::warn!("p2p network have been too quiet for some time, will try to contact nodes for which quarantine have elapsed");
let quarantined_nodes = self.topology.lift_nodes_from_quarantine();
self.send_gossip_messages(quarantined_nodes);
}
// _ = &mut stuck_notifier => {
// tracing::warn!("p2p network have been too quiet for some time, will try to contact nodes for which quarantine have elapsed");
// let quarantined_nodes = self.topology.lift_nodes_from_quarantine();
// self.send_gossip_messages(quarantined_nodes);
// }
}
}
}
Expand Down

0 comments on commit 7244c46

Please sign in to comment.