推送时长30改为10分钟
This commit is contained in:
parent
06cf75dedc
commit
0e9503ac8a
|
|
@ -90,8 +90,8 @@ public class MinaServerHandler extends IoHandlerAdapter {
|
|||
//离线时间
|
||||
jobGroup.setTimestamp(IfishUtil.format(new Date()));
|
||||
//10分钟后推送 update 30分钟
|
||||
jobGroup.setStartTime(new Date(System.currentTimeMillis() + 600000L * 3));
|
||||
// jobGroup.setStartTime(new Date(System.currentTimeMillis() + 60000L));
|
||||
// jobGroup.setStartTime(new Date(System.currentTimeMillis() + 600000L * 3));
|
||||
jobGroup.setStartTime(new Date(System.currentTimeMillis() + 60000L));
|
||||
scheduleJob.addJob(jobGroup);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#\u672c\u5730
|
||||
#ifish.ip=192.168.1.7
|
||||
#ifish.ip=192.168.1.14
|
||||
#\u6d4b\u8bd5\u4e91
|
||||
#ifish.ip=139.196.24.156
|
||||
#\u6b63\u5f0f\u4e91
|
||||
|
|
|
|||
Loading…
Reference in New Issue