|
@@ -144,7 +144,7 @@ public class MatchVideoServiceImpl {
|
|
|
}
|
|
}
|
|
|
processKimiMatchContent(matchVideo);
|
|
processKimiMatchContent(matchVideo);
|
|
|
} catch (InterruptedException e) {
|
|
} catch (InterruptedException e) {
|
|
|
- throw new RuntimeException(e);
|
|
|
|
|
|
|
+ log.error("Kimi搜索线程异常", e);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
log.info("启动Kimi搜索线程结束");
|
|
log.info("启动Kimi搜索线程结束");
|