This commit is contained in:
禺狨 2023-07-05 10:45:12 +08:00
commit bd86f23b04

View File

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