增加收藏页的添加和删除接口

This commit is contained in:
laodaming 2023-10-08 12:06:48 +08:00
parent 98967990e7
commit 243fd29a60

View File

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