wangyunpeng 7 mēneši atpakaļ
vecāks
revīzija
5c88f55d01

+ 5 - 0
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/DataFlushService.java

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