2 parents c911f1a + d19b4df commit 55819a7Copy full SHA for 55819a7
1 file changed
packages/dag/src/constants.ts
@@ -39,7 +39,7 @@ export const DEFAULT_SETTINGS: DefaultSettings = {
39
isAutoInspect: false,
40
timeDifference: 0,
41
currentEventTimestamp: null,
42
- autoIncrementalBatchSize: true, // 新任务默认开启
+ autoIncrementalBatchSize: false, // 新任务默认不开启
43
44
// readBatchSize: 100,
45
// notificationWindow: 0,
0 commit comments