优化证书加载速度

This commit is contained in:
刘祥超
2022-12-31 18:34:09 +08:00
parent 37e045876e
commit 8d55c38459
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 {