Explorar el Código

关闭飞书发课重试

wjj hace 4 días
padre
commit
f0193e2fee

+ 1 - 1
fs-service/src/main/java/com/fs/notion/config/NotionConfig.java

@@ -18,7 +18,7 @@ public class NotionConfig {
     /** 批量创建线程数 */
     private int threadCount = 8;
     /** API 限流重试次数 */
-    private int retryCount = 3;
+    private int retryCount = 0;
     /** 重试基础间隔(毫秒),实际间隔 = baseDelay * 2^retry */
     private long retryBaseDelayMs = 2000;
 }