Bläddra i källkod

Merge branch 'dev-xym-log' of Server/long-article-manage into master

xueyiming 3 månader sedan
förälder
incheckning
1845123f88

+ 1 - 0
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/MatchVideoServiceImpl.java

@@ -400,6 +400,7 @@ public class MatchVideoServiceImpl {
                         try {
                             // 超过 5 分钟没有数据,销毁当前线程
                             MatchVideo matchVideo = uploadCrawlerVideoQueue.poll(5, TimeUnit.MINUTES); // 等待最多 5 分钟
+                            log.info("uploadCrawlerVideoQueue size={}", matchCrawlerVideoQueue.size());
                             if (matchVideo == null) {
                                 break; // 退出当前线程
                             }