Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cortesoft
on Aug 29, 2020
|
parent
|
context
|
favorite
| on:
Don't trust default timeouts
Retrying doesn’t help on a slow connection... if the best case connections speed of your user is slower than your timeout, you can retry infinite times and it wont help.
Maybe increase the timeout on retry?
nitrogen
on Aug 29, 2020
[–]
Exponential backoff but for the timeout instead of the interval, and/or a Wait Longer button, sound useful.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Maybe increase the timeout on retry?