Skip to content

Commit 55819a7

Browse files
authored
Merge pull request #623 from tapdata/TAP-12466-defalut-autoIncrementalBatchSize-dev
fix(TAP-12466): New tasks are not enabled by default for autoIncremen…
2 parents c911f1a + d19b4df commit 55819a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dag/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const DEFAULT_SETTINGS: DefaultSettings = {
3939
isAutoInspect: false,
4040
timeDifference: 0,
4141
currentEventTimestamp: null,
42-
autoIncrementalBatchSize: true, // 新任务默认开启
42+
autoIncrementalBatchSize: false, // 新任务默认不开启
4343

4444
// readBatchSize: 100,
4545
// notificationWindow: 0,

0 commit comments

Comments
 (0)