Skip to content

Commit

Permalink
0002759: Abstract File Parsing Router needs to remove context entries
Browse files Browse the repository at this point in the history
when file is deleted
  • Loading branch information
jumpmind-josh committed Aug 31, 2016
1 parent bd12dea commit 4904286
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1544,7 +1544,7 @@ file.push.lock.timeout.ms=7200000
# DatabaseOverridable: true
# Tags: filesync
# Type: boolean
file.sync.delete.ctl.file.after.sync=false;
file.sync.delete.ctl.file.after.sync=false

# If the ctl file is used to control file triggers this will look for a control file
# with the same name but .ctl replacing the existing extension.
Expand All @@ -1553,7 +1553,7 @@ file.sync.delete.ctl.file.after.sync=false;
# DatabaseOverridable: true
# Tags: filesync
# Type: boolean
file.sync.use.ctl.as.file.ext=false;
file.sync.use.ctl.as.file.ext=false

# This parameter can be used to indicate that bean shell load filters will handle missing tables. Useful
# for the case where you want to make, for example, global catalog or schema changes at the destination
Expand Down

0 comments on commit 4904286

Please sign in to comment.