Skip to content

Commit

Permalink
0001037: Default dataloader.ignore.missing.tables to false instead of…
Browse files Browse the repository at this point in the history
… true
  • Loading branch information
chenson42 committed Feb 7, 2013
1 parent ee0bc6c commit 8bd1fe3
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -449,6 +449,7 @@ cluster.lock.enabled=false
#
# DatabaseOverridable: true
# Tags: jobs
# Type: boolean
jobs.synchronized.enable=false

# This is how often the push job will be run to schedule pushes to nodes.
Expand Down Expand Up @@ -747,7 +748,7 @@ dataloader.enable=true
# DatabaseOverridable: true
# Tags: load
# Type: boolean
dataloader.ignore.missing.tables=true
dataloader.ignore.missing.tables=false

# This is the maximum number of rows that will be supported in a
# single transaction. If the database transaction row count reaches a size
Expand Down

0 comments on commit 8bd1fe3

Please sign in to comment.