@@ -68,6 +68,7 @@ public class KuaishouProjectVideoGetServiceImpl extends ServiceImpl<KuaishouProj
if (Check.isNull(list)) {
return;
}
+ Thread.sleep(500);
projectVideoGetMapper.replaceBatch(list);
clearProjectVideo(projectId, pageStart + 1);
} catch (Exception e) {