Skip to content

Commit

Permalink
Repo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
theophilusx committed Aug 11, 2020
1 parent 8ab15dc commit 3a91ec3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ env-turing2
env-win10
.log
.vscode
mate-vbox
env-vbox2
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ tools
.vscode
.log
*~
mate-vbox

4 changes: 2 additions & 2 deletions tools/lowlevel-fastput.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const config = {

const options = {
mode: 0o777,
chunkSize: 32768,
concurrency: 64,
//chunkSize: 32768,
concurrency: 1,
step: function(total_transferred, chunk, total) {
console.log(
`Total Transferred: ${total_transferred} Chunk: ${chunk}` +
Expand Down
Binary file removed tools/lowlevel-fastput.js.gz
Binary file not shown.

0 comments on commit 3a91ec3

Please sign in to comment.