Skip to content

Commit b7c30a5

Browse files
committed
fix: remove timeout
1 parent c0c4a23 commit b7c30a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/api/multipart.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export class MultipartAPI extends BaseYdbAPI {
3232
},
3333
{
3434
...options,
35+
timeout: 0, // Disable timeout for multipart responses
3536
headers: {
3637
Accept: 'multipart/x-mixed-replace',
3738
},

0 commit comments

Comments
 (0)