Band-aid: wait a while before sending notify
## Issue The status = 0 is due to unresponsive backend right after the tus-upload. No root-cause found yet. ## Change It may or may not help, but adding a delay to account for the unresponsive stage for now.
This commit is contained in:
parent
d8080a9fda
commit
b0509bc990
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export function makeResumableUploadRequest(
|
|||
xhr.send(jsonPayload);
|
||||
}
|
||||
|
||||
makeNotifyRequest();
|
||||
setTimeout(() => makeNotifyRequest(), 15000);
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue