This commit is contained in:
laodaming 2023-09-22 11:25:51 +08:00
parent 745cea9617
commit 6985b76e49

View File

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