Skip to content

Commit

Permalink
Enable feature_reuse_running_backup_restore_job by default (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Nov 11, 2024
1 parent 60905f5 commit e2555c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccr/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func init() {
"replace signature not matched tables with table alias during the full sync")
flag.BoolVar(&featureFilterShadowIndexesUpsert, "feature_filter_shadow_indexes_upsert", true,
"filter the upsert to the shadow indexes")
flag.BoolVar(&featureReuseRunningBackupRestoreJob, "feature_reuse_running_backup_restore_job", false,
flag.BoolVar(&featureReuseRunningBackupRestoreJob, "feature_reuse_running_backup_restore_job", true,
"reuse the running backup/restore issued by the job self")
flag.BoolVar(&featureCompressedSnapshot, "feature_compressed_snapshot", true,
"compress the snapshot job info and meta")
Expand Down

0 comments on commit e2555c5

Please sign in to comment.