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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4047#discussion_r399583635">core/src/main/java/bisq/core/offer/OpenOfferManager.java</a>:</p>
<pre style='color:#555'>>              if (completeHandler != null)
-                UserThread.runAfter(completeHandler, size * 200 + 500, TimeUnit.MILLISECONDS);
+                UserThread.runAfter(completeHandler, 10, TimeUnit.MILLISECONDS);
</pre>
<p>In fact after digging into this again, I believe it is best to actually revert this change. We do not have any means of checking whether offers have been taken down already. Syncing that up would mean that we need to alter a whole lot of "stopping" business logic in the code. Although, exactly that is due someday, it is imho not necessary now.</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/4047#discussion_r399583635">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSP5X2KT6CKDFGIPVLRJU2ELANCNFSM4LFVCHPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRCS4COBONXH73NRU3RJU2ELA5CNFSM4LFVCHPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC3L7UKQ.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/4047#discussion_r399583635",
"url": "https://github.com/bisq-network/bisq/pull/4047#discussion_r399583635",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>