feat: add send message async
This commit is contained in:
@@ -26,3 +26,6 @@ var LogsCleanDefaultValueMap = map[string]string{
|
||||
}
|
||||
|
||||
const AboutSectionName = "about"
|
||||
|
||||
// 限制goroutine的最大数量
|
||||
var MaxSemaphore = make(chan struct{}, 2048)
|
||||
|
||||
Reference in New Issue
Block a user