mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
feat: 防止任务重复提交
This commit is contained in:
@@ -8,6 +8,6 @@ import (
|
||||
)
|
||||
|
||||
func initQueue() {
|
||||
app.Queue = queue.New(40)
|
||||
app.Queue = queue.New(100)
|
||||
go app.Queue.Run(context.Background())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user