Skip to content

Commit 1b46093

Browse files
committed
update(frontend): set attachment upload timeout to 0
1 parent 0766ec0 commit 1b46093

File tree

1 file changed

+1
-0
lines changed
  • apps/frontend/src/api/services

1 file changed

+1
-0
lines changed

apps/frontend/src/api/services/task.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export async function getTaskList({
9191
...params
9292
}: ListByApiV1TasksGetParams): Promise<TaskListResponseWithStatics> {
9393
return await requestWithHeaders.get('/v1/tasks', {
94+
timeout: 0,
9495
params: {
9596
size: 16,
9697
page: page ? page - 1 : 0,

0 commit comments

Comments
 (0)