Merge branch 'refs/heads/feat-video-stream'

This commit is contained in:
junleea 2024-12-26 14:37:49 +08:00
commit 09f1a3e38d
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")