Kaynağa Gözat

Merge branch 'dev-xym-update-match-video' of Server/long-article-manage into master

xueyiming 4 gün önce
ebeveyn
işleme
9b560ed97b

+ 1 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/utils/other/VideoDownloader.java

@@ -23,7 +23,7 @@ public class VideoDownloader {
 
     private static final long READ_TIMEOUT_SECONDS = 60; // 读取超时时间(秒)
 
-    private static final int MAX_RETRIES = 3;
+    private static final int MAX_RETRIES = 2;
 
     public static String downloadCover(String outVideoId, String platform, String coverUrl) {
         String path = generateCoverPath(platform, outVideoId);