From 4b9b66e7d0063d9eb8f4d67f461ed1e9507fba3b Mon Sep 17 00:00:00 2001 From: fumiama Date: Sun, 31 Oct 2021 22:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20=E8=B0=83=E6=95=B4=20ac?= =?UTF-8?q?gimage=20=E9=99=90=E9=80=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_acgimage/classify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_acgimage/classify.go b/plugin_acgimage/classify.go index 8de4ba6e..f634834c 100644 --- a/plugin_acgimage/classify.go +++ b/plugin_acgimage/classify.go @@ -29,7 +29,7 @@ var ( randapi = "&loli=true&r18=true" msgof = make(map[int64]int64) block = false - limit = rate.NewManager(time.Minute, 1) + limit = rate.NewManager(time.Minute, 5) ) func init() { // 插件主体