服务列表带宽使用新的算法

This commit is contained in:
GoEdgeLab
2022-08-27 18:37:51 +08:00
parent ed555005e5
commit cd7f842de3
3 changed files with 3480 additions and 3454 deletions

View File

@@ -39,8 +39,11 @@ message Server {
int64 webId = 15;
bytes reverseProxyJSON = 16;
string bandwidthTime = 26;
int64 bandwidthBytes = 27;
NodeCluster nodeCluster = 30;
repeated ServerGroup serverGroups = 31;
User user = 32;
ServerDailyStat latestServerDailyStat = 33;
ServerDailyStat latestServerDailyStat = 33 [deprecated = true];
}