Commit 8c20b3b1 authored by yanzg's avatar yanzg

升级新版本

parent 860e115b
......@@ -116,6 +116,9 @@ public class YzgTimeout {
synchronized (queueInfos) {
poll = queueInfos.poll();
}
if (poll == null) {
return;
}
long end = System.currentTimeMillis();
long time = end - poll.getStart();
if (time > poll.getTimeMax()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment