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 c0c4a23 commit b7c30a5Copy full SHA for b7c30a5
src/services/api/multipart.ts
@@ -32,6 +32,7 @@ export class MultipartAPI extends BaseYdbAPI {
32
},
33
{
34
...options,
35
+ timeout: 0, // Disable timeout for multipart responses
36
headers: {
37
Accept: 'multipart/x-mixed-replace',
38
0 commit comments