This commit is contained in:
laodaming 2023-09-22 12:15:16 +08:00
parent 72e75e7858
commit 2fc914214c

View File

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