删除无用日志
parent
21faa2b905
commit
63711469b2
|
|
@ -57,7 +57,7 @@ public class RetrySendIndicationThread extends Thread{
|
|||
long create = indicationMsg.getCreate();
|
||||
int retryTimes = indicationMsg.getRetryTimes()+1;
|
||||
if(retryTimes>3){
|
||||
LOGGER.info("uid=>{}重试Indication3次以上,未收到不再发送",session.getUid());
|
||||
// LOGGER.info("uid=>{}重试Indication3次以上,未收到不再发送",session.getUid());
|
||||
continue;
|
||||
}
|
||||
if(now-create>retryTimes*3000){
|
||||
|
|
|
|||
Loading…
Reference in New Issue