fix
This commit is contained in:
parent
5d926a287d
commit
195ad7c37f
|
@ -106,7 +106,7 @@ func (l *CommonNotifyLogic) CommonNotify(req *types.CommonNotifyReq, userinfo *a
|
||||||
if !ok {
|
if !ok {
|
||||||
//没找到连接就放到公共缓冲队列
|
//没找到连接就放到公共缓冲队列
|
||||||
go l.pushCommonCache(commonConnectionNotFoundDataCacheChanItem{
|
go l.pushCommonCache(commonConnectionNotFoundDataCacheChanItem{
|
||||||
retryTimes: 4, //重试4次
|
retryTimes: 20, //重试20次
|
||||||
data: types.CommonNotifyReq{
|
data: types.CommonNotifyReq{
|
||||||
Wid: req.Wid,
|
Wid: req.Wid,
|
||||||
Data: req.Data,
|
Data: req.Data,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user