feat: adjust async code

This commit is contained in:
engigu
2024-01-14 15:14:51 +08:00
parent 73db03ef7c
commit 8a88a3ed3e
5 changed files with 25 additions and 60 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ var LogsCleanDefaultValueMap = map[string]string{
const AboutSectionName = "about"
// 限制goroutine的最大数量
var MaxSemaphore = make(chan struct{}, 2048)
var MaxSendTaskSemaphoreChan = make(chan string, 2048)