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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3202#discussion_r323709976">p2p/src/main/java/bisq/network/p2p/P2PService.java</a>:</p>
<pre style='color:#555'>> @@ -336,12 +337,11 @@ public void onPreliminaryDataReceived() {
 
     @Override
     public void onUpdatedDataReceived() {
-        if (!isBootstrapped) {
-            isBootstrapped = true;
-            maybeProcessAllMailboxEntries();
-            p2pServiceListeners.stream().forEach(P2PServiceListener::onUpdatedDataReceived);
+        isBootstrapped = true;
+        maybeProcessAllMailboxEntries();
+        p2pServiceListeners.stream().forEach(P2PServiceListener::onUpdatedDataReceived);
+        if(!isBootstrapped)
             p2PDataStorage.onBootstrapComplete();
</pre>
<p>here is another long-term test run result which unfortunately was interrupted by a power outage. This time, with the old version. Looks fine as well.<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/1070734/64783718-caf6d580-d568-11e9-9bed-0c8c2792b54f.png"><img src="https://user-images.githubusercontent.com/1070734/64783718-caf6d580-d568-11e9-9bed-0c8c2792b54f.png" alt="Screenshot from 2019-09-12 14-21-33" style="max-width:100%;"></a></p>
<p>Just started another long-term test with data on how much messages have been rejected because of the recentlyRemoved filter. Also I lowered the caching capacity to 250 entries to see how this effects behavior.</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/3202?email_source=notifications&email_token=AJFFTNQE2K6VUE6BX7H2RUTQJIYL7A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEQTJYQ#discussion_r323709976">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWETOEMZJOEIG3JMOLQJIYL7ANCNFSM4ITUM76A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNSLWELOL6F7UV5FEEDQJIYL7A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEQTJYQ.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/3202?email_source=notifications\u0026email_token=AJFFTNQE2K6VUE6BX7H2RUTQJIYL7A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEQTJYQ#discussion_r323709976",
"url": "https://github.com/bisq-network/bisq/pull/3202?email_source=notifications\u0026email_token=AJFFTNQE2K6VUE6BX7H2RUTQJIYL7A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEQTJYQ#discussion_r323709976",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>