未验证 提交 58c7e5aa 编写于 作者: D Devosend 提交者: GitHub

[Feature][UI][V1.0.0-Beta] Modify timeout from 10s to 15s of axios (#9644)

上级 6966a70a
......@@ -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' })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册