This commit is contained in:
laodaming 2023-08-25 15:15:00 +08:00
parent 5d926a287d
commit 195ad7c37f

View File

@ -106,7 +106,7 @@ func (l *CommonNotifyLogic) CommonNotify(req *types.CommonNotifyReq, userinfo *a
if !ok {
//没找到连接就放到公共缓冲队列
go l.pushCommonCache(commonConnectionNotFoundDataCacheChanItem{
retryTimes: 4, //重试4
retryTimes: 20, //重试20
data: types.CommonNotifyReq{
Wid: req.Wid,
Data: req.Data,