mirror of
https://github.com/PlayEdu/backend
synced 2025-07-18 04:57:28 +08:00
Merge branch 'dev' of https://gitee.com/playeduxyz/backend into dev
This commit is contained in:
commit
bd86f23b04
@ -19,7 +19,7 @@ export class UploadChunk {
|
||||
|
||||
constructor(file: File, uploadId: string, filename: string) {
|
||||
this.client = axios.create({
|
||||
timeout: 15000,
|
||||
timeout: 60000,
|
||||
withCredentials: false,
|
||||
});
|
||||
this.file = file;
|
||||
|
Loading…
x
Reference in New Issue
Block a user