Compare commits
2 Commits
2009d3403a
...
15b655f6e5
| Author | SHA1 | Date |
|---|---|---|
|
|
15b655f6e5 | |
|
|
fcc05ec8ea |
|
|
@ -398,6 +398,7 @@ func ServerSsendMsgV2(c *gin.Context) {
|
|||
break
|
||||
}
|
||||
}
|
||||
worker.SetRedisWithExpire("user_"+strconv.Itoa(user_id)+"_status_v2", "1", time.Second*60)
|
||||
time.Sleep(time.Second * 1)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue