[Feature][UI][V1.0.0-Beta] Modify timeout from 10s to 15s of axios (#9644)
parent
6966a70acc
commit
58c7e5aa08
|
|
@ -43,7 +43,7 @@ const baseRequestConfig: AxiosRequestConfig = {
|
|||
import.meta.env.MODE === 'development'
|
||||
? '/dolphinscheduler'
|
||||
: import.meta.env.VITE_APP_PROD_WEB_URL + '/dolphinscheduler',
|
||||
timeout: 10000,
|
||||
timeout: 15000,
|
||||
transformRequest: (params) => {
|
||||
if (_.isPlainObject(params)) {
|
||||
return qs.stringify(params, { arrayFormat: 'repeat' })
|
||||
|
|
|
|||
Loading…
Reference in New Issue