添加视频流接口,修改用户同步控制

This commit is contained in:
junleea 2024-12-26 14:37:43 +08:00
parent 31d28cbff2
commit b919c068ba
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ func UserSyncDataFromMaster() {
fmt.Println("All ClearAllUsers error:", err)
return
}
worker.SetRedis("user_sync_all", "1")
worker.SetRedis("user_sync_all", "2")
req.Types = 1
} else {
worker.SetRedis("user_sync_all", "2")