mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +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: {
|
||||
"Content-Type": get(config, "headers.Content-Type", "application/json")
|
||||
},
|
||||
timeout: 5000,
|
||||
timeout: 10000,
|
||||
baseURL: env.API,
|
||||
data: {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user