Compare commits
No commits in common. "15b655f6e5e9b2637bd58d164b93b0ee14f0b208" and "2009d3403a11ddebf95dcfee60e0a6b2d2fc40e9" have entirely different histories.
15b655f6e5
...
2009d3403a
|
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue