[bisq-network/bisq] [WIP] Improve offer publishing (#4950)

sqrrm notifications at github.com
Wed Dec 16 14:33:18 CET 2020


@sqrrm commented on this pull request.



>          }
+
+        OpenOffer openOffer = list.remove(0);
+        if (!openOffers.contains(openOffer) || openOffer.isDeactivated()) {
+            republishOffers(list);
+        }
+
+        republishOffer(openOffer,
+                () -> UserThread.runAfter(() -> republishOffers(list),
+                        30, TimeUnit.MILLISECONDS));

Yeah, could be it's better to have no delay and get all these messages into one bundle (or just a few) rather than spreading over time

-- 
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/4950#discussion_r544300443
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201216/f108e3c5/attachment.htm>


More information about the bisq-github mailing list