Commit 75f526dc authored by 赵啸非's avatar 赵啸非

更新下发消息为线程池发送

parent 78a2a99a
......@@ -27,7 +27,6 @@ import java.util.ArrayList;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;
/**
......@@ -92,7 +91,7 @@ public class DownMsgTask implements Runnable {
}
}
TimeUnit.SECONDS.sleep(1);
//TimeUnit.SECONDS.sleep(1);
}
/* if (!ObjectUtils.isEmpty(deviceLogList)) {
......
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