@@ -365,6 +365,11 @@ public class DataFlushService {
cdl.countDown();
}
});
+ try {
+ Thread.sleep(2000);
+ } catch (InterruptedException e) {
+ log.error("updateLongArticleMatchVideosResponse InterruptedException", e);
+ }
try {
cdl.await();