优化证书加载速度

This commit is contained in:
GoEdgeLab
2022-12-31 18:34:09 +08:00
parent 61685e2941
commit be4e7568f4
3 changed files with 616 additions and 617 deletions

View File

@@ -356,7 +356,7 @@ message DeleteServerRequest {
// 查找单个服务
message FindEnabledServerRequest {
int64 serverId = 1; // 服务ID
bool ignoreSSLCertData = 2; // 忽略SSL证书数据
bool ignoreSSLCerts = 2; // 忽略SSL证书数据
}
message FindEnabledServerResponse {