优化证书数量很多时的页面加载速度

This commit is contained in:
刘祥超
2022-12-31 17:12:55 +08:00
parent bd4cc6f5f5
commit bd5a1c5eda
6 changed files with 664 additions and 635 deletions

View File

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