From 7edf4f9b13ff8d84598e55cdc40e122a905e8af1 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 13 Nov 2023 17:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E7=BB=9F=E8=AE=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=AD=E5=9F=9F=E5=90=8D=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/stats/traffic_stat_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/stats/traffic_stat_manager.go b/internal/stats/traffic_stat_manager.go index 3700aef..8de74fc 100644 --- a/internal/stats/traffic_stat_manager.go +++ b/internal/stats/traffic_stat_manager.go @@ -142,7 +142,7 @@ func (this *TrafficStatManager) Add(userId int64, serverId int64, domain string, item.PlanId = planId // 单个域名流量 - if len(domain) <= 64 { + if len(domain) < 128 { var domainKey = types.String(timestamp) + "@" + domain serverDomainMap, ok := this.domainsMap[serverId] if !ok {