Merge branch 'refs/heads/feat-video-stream'
This commit is contained in:
commit
09f1a3e38d
|
|
@ -121,7 +121,7 @@ func UserSyncDataFromMaster() {
|
||||||
fmt.Println("All ClearAllUsers error:", err)
|
fmt.Println("All ClearAllUsers error:", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
worker.SetRedis("user_sync_all", "1")
|
worker.SetRedis("user_sync_all", "2")
|
||||||
req.Types = 1
|
req.Types = 1
|
||||||
} else {
|
} else {
|
||||||
worker.SetRedis("user_sync_all", "2")
|
worker.SetRedis("user_sync_all", "2")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue