Increase numOfFailedBroadcasts at timeout

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2023-01-04 13:11:46 -05:00 committed by Alejandro García
parent 7076039d3c
commit 33f7ebf902
No known key found for this signature in database
GPG key ID: F806F422E222AA02

View file

@ -215,6 +215,7 @@ public class BroadcastHandler implements PeerManager.Listener {
}
timeoutTriggered.set(true);
numOfFailedBroadcasts.incrementAndGet();
log.warn("Broadcast did not complete after {} sec.\n" +
"numPeersForBroadcast={}\n" +