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