<p>At slow internet connections the current timeout make it impossible to<br>
get the initial data and therefor to use Bisq.<br>
The timeout is containing the request and response as well as the time<br>
it takes to start up the network connection which can also be quite<br>
slow.<br>
In my scenario, it took about 6-10 sec for the connection and the<br>
request is atm nearly 3 MB which takes about 24 sec on a 1 Mbit/s<br>
connection (note that over tor connection is slower so if normal speed<br>
is 3-5 Mbit tors speed can be considerable lower). The response data<br>
depends on the missing data/last update but can be easily 6 MB which<br>
adds about another 48 sec. So one can easily hit the 90 sec. limit.</p>
<p>There is work in development for optimizing the initial data request,<br>
but as that is more complex and not clear when it will be deployed I<br>
recommend that we increase the current timeout to 180 sec. to avoid<br>
that critical issue that users get "locked out".</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/4424'>https://github.com/bisq-network/bisq/pull/4424</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Increase timeout for data request</li>
  <li>Change log level to make it more clear how long it takes for creating</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4424/files#diff-abf37438b61275138b85e72d9c205cb8">p2p/src/main/java/bisq/network/p2p/network/NetworkNode.java</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4424/files#diff-dc73ff902bbde82f343a308973e8128c">p2p/src/main/java/bisq/network/p2p/peers/getdata/RequestDataHandler.java</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4424.patch'>https://github.com/bisq-network/bisq/pull/4424.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4424.diff'>https://github.com/bisq-network/bisq/pull/4424.diff</a></li>
</ul>

<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/4424">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTLIW6CVYR24YAVTFLSCBPZZANCNFSM4QILUFHQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXRNVJNUDATIMX7FW3SCBPZZA5CNFSM4QILUFH2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KGGMZAA.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/4424",
"url": "https://github.com/bisq-network/bisq/pull/4424",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>