Skip to content

Commit d154e53

Browse files
committed
set maxContentLength when uploading
1 parent 4156af4 commit d154e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/TasksResource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ export default class TasksResource {
445445
task.result.form.url,
446446
formData,
447447
{
448+
maxContentLength: Infinity,
448449
headers: {
449450
...formData.getHeaders(),
450451
Authorization: null

0 commit comments

Comments
 (0)