From 9fb051370381c8f4263eb62e280ae5d9bbfe8c61 Mon Sep 17 00:00:00 2001 From: liaoyulong Date: Fri, 5 Dec 2025 11:25:18 +0800 Subject: [PATCH] =?UTF-8?q?act=E6=8C=81=E4=B9=85=E5=8C=96=E4=BA=8B?= =?UTF-8?q?=E5=8A=A1=E6=9C=80=E5=A4=A7=E6=8F=90=E4=BA=A4=E4=BB=8E5?= =?UTF-8?q?=E6=94=B9=E4=B8=BA100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/gameAct/gameAct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/gameAct/gameAct.go b/internal/logic/gameAct/gameAct.go index e08cf68..05c8765 100644 --- a/internal/logic/gameAct/gameAct.go +++ b/internal/logic/gameAct/gameAct.go @@ -26,7 +26,7 @@ var ( Name = "game_act" ActList = gset.New(true) RunTimeMax *gtime.Time - TaskMax int64 = 5 + TaskMax int64 = 100 ) type sGameAct struct {