mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: increase axios request timeout to 30 minutes
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
This commit is contained in:
parent
b9dcfaff92
commit
dea6702cca
|
|
@ -11,7 +11,7 @@ import { ref, type WritableComputedRef } from 'vue'
|
|||
const axiosConfig = {
|
||||
baseURL: '/api',
|
||||
withCredentials: false,
|
||||
timeout: 600000,
|
||||
timeout: 1800000,
|
||||
headers: {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue