Skip to content

Commit

Permalink
fix: disable file creation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
agazso committed Nov 18, 2022
1 parent 8bc6c33 commit 97bb098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ async function main() {
deferred: false,
retries: 5,
parallelism: 50,
writeFiles: true,
writeFiles: false,
onSuccessfulChunkUpload: async (chunk, context) => {
// console.log('✅', `${context.beeUrl}/chunks/${toHexString(chunk.address())}`)
},
Expand Down

0 comments on commit 97bb098

Please sign in to comment.