|
@@ -435,6 +435,7 @@ public class MatchVideoServiceImpl {
|
|
|
uploadCrawlerVideoQueue.addAll(matchVideos);
|
|
uploadCrawlerVideoQueue.addAll(matchVideos);
|
|
|
} while (!CollectionUtils.isEmpty(matchVideos));
|
|
} while (!CollectionUtils.isEmpty(matchVideos));
|
|
|
}
|
|
}
|
|
|
|
|
+ log.info("uploadCrawlerVideoQueue add end");
|
|
|
countDownLatch.await();
|
|
countDownLatch.await();
|
|
|
}
|
|
}
|
|
|
|
|
|