Skip to content

Commit

Permalink
Increase recommended retryDelays
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Feb 23, 2019
1 parent 5e9aabf commit 76447d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ input.addEventListener("change", function(e) {
// Create a new tus upload
var upload = new tus.Upload(file, {
endpoint: "http://localhost:1080/files/",
retryDelays: [0, 1000, 3000, 5000],
retryDelays: [0, 3000, 5000, 10000, 20000],
metadata: {
filename: file.name,
filetype: file.type
Expand Down

0 comments on commit 76447d3

Please sign in to comment.