mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
perf: 修改文件上传超时时间
This commit is contained in:
parent
111aafb4bb
commit
51a4c013d3
@ -58,7 +58,7 @@ export function JobUploadFile(form) {
|
||||
url: '/api/v1/ops/jobs/upload/',
|
||||
method: 'post',
|
||||
headers: { 'Content-Type': 'multipart/form-data' },
|
||||
timeout: 10 * 60 * 1000,
|
||||
timeout: 60 * 60 * 1000,
|
||||
data: form
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user