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) {
this.client = axios.create({
timeout: 15000,
timeout: 60000,
withCredentials: false,
});
this.file = file;