Skip to content
Snippets Groups Projects
Commit 743d9bc0 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add some timeout note (VPU/Middleware/API#42)

parent 59d6adea
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,7 @@ class VPUFileUpload extends VPULitElement {
formData.append('file', file);
// I got a 60s timeout in Google Chrome and found no way to increase that
await fetch(url, {
method: 'POST',
headers: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment