[bisq-network/bisq] periodical UpdateDataReq for Seednodes (#3202)

Florian Reimair notifications at github.com
Thu Sep 12 12:25:35 UTC 2019


freimair commented on this pull request.



> @@ -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();

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.
![Screenshot from 2019-09-12 14-21-33](https://user-images.githubusercontent.com/1070734/64783718-caf6d580-d568-11e9-9bed-0c8c2792b54f.png)

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.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3202#discussion_r323709976
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190912/7184b2eb/attachment.html>


More information about the bisq-github mailing list