Skip to content

Commit

Permalink
Change default opts.result value
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 14, 2019
1 parent b43f6c5 commit 3025165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const defaultOpts = {
// The default is 16 which is too low
maxConcurrency: 100,
// What to do with the result, among 'save', 'overwrite' or 'stream'
result: 'save',
result: 'overwrite',
}

const forcedOpts = {
Expand Down

0 comments on commit 3025165

Please sign in to comment.