From bff1a8a6985ee2d1214352c39249cbc96c8b5533 Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 1 Jun 2021 22:56:16 +0800 Subject: [PATCH] =?utf8?q?=E9=87=8D=E8=BF=9B=E9=97=B4=E9=9A=94=E4=B8=BA1mi?= =?utf8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Reply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/Reply.go b/Reply/Reply.go index ee3ada9..689f005 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -784,7 +784,7 @@ func (replyF) roominfo(s string){ } //Msg-弹幕处理 -var flash_limit = limit.New(1, 10000, -1)//-1 马上超时 +var flash_limit = limit.New(1, 60000, -1)//-1 马上超时 func (replyF) danmu(s string) { var j struct { Cmd string `json:"cmd"` -- 2.39.2