mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
chore: client timeout
This commit is contained in:
@@ -124,7 +124,7 @@ function createRequestFunction(service: any) {
|
||||
headers: {
|
||||
"Content-Type": get(config, "headers.Content-Type", "application/json")
|
||||
},
|
||||
timeout: 16000,
|
||||
timeout: 20000,
|
||||
baseURL: env.API,
|
||||
data: {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user