mirror of
https://github.com/PlayEdu/backend
synced 2025-06-22 04:53:00 +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) {
|
||||
this.client = axios.create({
|
||||
timeout: 15000,
|
||||
timeout: 60000,
|
||||
withCredentials: false,
|
||||
});
|
||||
this.file = file;
|
||||
|
Loading…
x
Reference in New Issue
Block a user