mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-24 16:00:53 +00:00
fix: 优化证书申请超时问题 (#2742)
Refs https://github.com/1Panel-dev/1Panel/issues/2447
This commit is contained in:
@@ -101,7 +101,7 @@ export const ListSSL = (req: Website.SSLReq) => {
|
||||
};
|
||||
|
||||
export const CreateSSL = (req: Website.SSLCreate) => {
|
||||
return http.post<Website.SSLCreate>(`/websites/ssl`, req, TimeoutEnum.T_60S);
|
||||
return http.post<Website.SSLCreate>(`/websites/ssl`, req, TimeoutEnum.T_10M);
|
||||
};
|
||||
|
||||
export const DeleteSSL = (req: Website.DelReq) => {
|
||||
|
||||
Reference in New Issue
Block a user