Skip to content

Commit

Permalink
0002701: Disable Offline Push/Pull By Default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Aug 2, 2016
1 parent 414a94d commit b3b5b04
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1754,13 +1754,13 @@ redshift.append.to.copy.command=
#
# Tags: jobs
# Type: boolean
start.offline.pull.job=true
start.offline.pull.job=false

# Whether the offline push job is enabled for this node.
#
# Tags: jobs
# Type: boolean
start.offline.push.job=true
start.offline.push.job=false

# This is how often the offline push job will be run to schedule offline writing of batch files for nodes.
#
Expand Down

0 comments on commit b3b5b04

Please sign in to comment.