Skip to content

Commit

Permalink
fix: 학생 엑셀 등록 timeout 40초로 수정 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesjuhee authored May 9, 2024
1 parent f7b453d commit ced92dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/students/students.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ export class StudentsService {
return students;
},
{
timeout: 10000,
timeout: 40000,
}
);
}
Expand Down

0 comments on commit ced92dc

Please sign in to comment.