Commit bdf06be4 authored by yanzg's avatar yanzg

升级新版本

parent 8c20b3b1
......@@ -99,7 +99,11 @@ public class YzgTimeout {
ThreadHelper.runThread(() -> {
while (true) {
runItem();
try {
runItem();
} catch (Exception ex) {
ex.printStackTrace();
}
ThreadHelper.sleep(200);
}
});
......
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