mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 10:51:04 +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) {
|
constructor(file: File, uploadId: string, filename: string) {
|
||||||
this.client = axios.create({
|
this.client = axios.create({
|
||||||
timeout: 15000,
|
timeout: 60000,
|
||||||
withCredentials: false,
|
withCredentials: false,
|
||||||
});
|
});
|
||||||
this.file = file;
|
this.file = file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user