This commit is contained in:
laodaming 2023-10-07 15:16:26 +08:00
parent 9dbcf33cb9
commit 550ca5b7b9

View File

@ -24,7 +24,7 @@ var (
//每个websocket渲染任务缓冲队列长度默认值
renderChanLen = 500
//每个websocket渲染并发数
renderChanConcurrency = 500
renderChanConcurrency = 10
)
// 渲染处理器