소스 검색

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

xueyiming 7 달 전
부모
커밋
92f896ec6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/MatchVideoServiceImpl.java

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

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