We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5c350 commit 34656dfCopy full SHA for 34656df
projects/app/src/web/common/file/api.ts
@@ -9,7 +9,7 @@ export const postUploadFiles = (
9
onUploadProgress: (progressEvent: AxiosProgressEvent) => void
10
) =>
11
POST<string[]>('/common/file/upload', data, {
12
- timeout: 48000,
+ timeout: 0,
13
onUploadProgress,
14
headers: {
15
'Content-Type': 'multipart/form-data; charset=utf-8'
0 commit comments