<p></p>
<p><b>@chimp1984</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4609#discussion_r501842247">p2p/src/main/java/bisq/network/p2p/peers/PeerManager.java</a>:</p>
<pre style='color:#555'>>      ///////////////////////////////////////////////////////////////////////////////////////////
 
     private boolean removePersistedPeer(Peer persistedPeer) {
-        if (persistedPeers.contains(persistedPeer)) {
-            persistedPeers.remove(persistedPeer);
-            peerList.setAll(persistedPeers);
-            persistenceManager.requestPersistence();
+        if (getPersistedPeers().contains(persistedPeer)) {
+            //getPersistedPeers().remove(persistedPeer);
</pre>
<p>Ups that was for dev testing as in regtest environment the failed connection attempts quickly rise and then the peers get removed... will enable it again.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4609#discussion_r501842247">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRXE54C4SFPUUI7VSDSJXQCFANCNFSM4SHU4CTQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXC3DWIFOOU3OTH3HTSJXQCFA5CNFSM4SHU4CT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODYMNWHY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4609#discussion_r501842247",
"url": "https://github.com/bisq-network/bisq/pull/4609#discussion_r501842247",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>