Revert "tus: Fix upload not found scenario (#1808)" (#1813)

This reverts commit cdcf7e7772.
This commit is contained in:
Thomas Zarebczan 2022-07-07 15:54:14 -04:00 committed by GitHub
parent fc32339d2d
commit ec745c31de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ export function makeResumableUploadRequest(
xhr.send(jsonPayload);
}
makeNotifyRequest();
setTimeout(() => makeNotifyRequest(), 15000);
},
});