Commit c94e29a7 authored by yanzg's avatar yanzg

升级新版本

parent c1757f03
......@@ -119,7 +119,7 @@ public class YzgTimeout {
if (time > poll.getTimeMax()) {
try {
poll.setTimeMax(poll.getTimeMax() + poll.getTimeOutTip());
executorService.submit(() -> poll.getHeart().heart(time));
executorService.execute(() -> poll.getHeart().heart(time));
} catch (Exception ex) {
ex.printStackTrace();
}
......
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