上传视频的超时时间改为60s

This commit is contained in:
none 2023-07-03 20:50:14 +08:00
parent d5f239c472
commit 002a0b1272

View File

@ -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;