实现单个服务的带宽限制(商业版)

This commit is contained in:
刘祥超
2021-10-21 17:10:53 +08:00
parent f86180b93c
commit 3b8d1b4cd8
6 changed files with 375 additions and 66 deletions

View File

@@ -25,6 +25,7 @@ func (this *ServerDailyStatService) UploadServerDailyStats(ctx context.Context,
tx := this.NullTx()
// 保存统计数据
err = models.SharedServerDailyStatDAO.SaveStats(tx, req.Stats)
if err != nil {
return nil, err