mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
perf: client 请求超时时间延长为10s
This commit is contained in:
Submodule packages/certd-pro deleted from d1df93c12e
@@ -112,7 +112,7 @@ function createRequestFunction(service: any) {
|
|||||||
headers: {
|
headers: {
|
||||||
"Content-Type": get(config, "headers.Content-Type", "application/json")
|
"Content-Type": get(config, "headers.Content-Type", "application/json")
|
||||||
},
|
},
|
||||||
timeout: 5000,
|
timeout: 10000,
|
||||||
baseURL: env.API,
|
baseURL: env.API,
|
||||||
data: {}
|
data: {}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user