mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Increase numOfFailedBroadcasts at timeout
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
7076039d3c
commit
33f7ebf902
1 changed files with 1 additions and 0 deletions
|
@ -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" +
|
||||
|
|
Loading…
Add table
Reference in a new issue