Compare commits

..

No commits in common. "15b655f6e5e9b2637bd58d164b93b0ee14f0b208" and "2009d3403a11ddebf95dcfee60e0a6b2d2fc40e9" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ func ServerSsendMsgV2(c *gin.Context) {
break break
} }
} }
worker.SetRedisWithExpire("user_"+strconv.Itoa(user_id)+"_status_v2", "1", time.Second*60)
time.Sleep(time.Second * 1) time.Sleep(time.Second * 1)
} }
} }