From bb95dc01722e9c39ce2bdcf4654d0e3b2c710e1b Mon Sep 17 00:00:00 2001 From: liuhaotian Date: Mon, 24 Jan 2022 13:34:54 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/brahma/service/token/internal/server/script.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/brahma/service/token/internal/server/script.go b/app/brahma/service/token/internal/server/script.go index e2ac4c8..97b9c15 100644 --- a/app/brahma/service/token/internal/server/script.go +++ b/app/brahma/service/token/internal/server/script.go @@ -46,7 +46,7 @@ func (s *Script) GetScripts(ctx context.Context, queryMap *murders.QueryConditio s.queryMap = queryMap t := new(Tag) - err := pkg.Run(1*time.Second, ctx, s, t) + err := pkg.Run(2*time.Second, ctx, s, t) if err != nil { return nil, err }