|
|
@@ -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;
|
|
|
}
|