mirror of
https://github.com/PlayEdu/backend
synced 2025-06-22 14:12:48 +08:00
上传视频的超时时间改为60s
This commit is contained in:
parent
d5f239c472
commit
002a0b1272
@ -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