23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 611 forks source link

Adapt README to reflect code defaults #577

Open youri-k opened 3 years ago

youri-k commented 3 years ago

I stumbled across this error, when I tried debugging why resumable.js stopped retrying to upload a chunk. I, personally, think the default of 100 retries is fine, so I changed the readme instead of the code. However, if you disagree, feel free to close this PR in favor of a PR, which fixes the code instead of the readme.