mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: client timeout
This commit is contained in:
@@ -124,7 +124,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: 16000,
|
timeout: 20000,
|
||||||
baseURL: env.API,
|
baseURL: env.API,
|
||||||
data: {}
|
data: {}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user