✏️ 调整 acgimage 限速器

This commit is contained in:
fumiama 2021-10-31 22:53:11 +08:00
parent c1e87ace78
commit 4b9b66e7d0

View File

@ -29,7 +29,7 @@ var (
randapi = "&loli=true&r18=true" randapi = "&loli=true&r18=true"
msgof = make(map[int64]int64) msgof = make(map[int64]int64)
block = false block = false
limit = rate.NewManager(time.Minute, 1) limit = rate.NewManager(time.Minute, 5)
) )
func init() { // 插件主体 func init() { // 插件主体