Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loadit1 committed Feb 26, 2020
1 parent 825b83c commit 797f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/sqlite_download.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function download(options, callback){
};
});

// download one bundle for every other CPU (tar and bzip2 can both max out one core)
// download one database for every other CPU (tar and bzip2 can both max out one core)
// (the maximum is configurable, to keep things from getting too intense, and defaults to 4)
// lower this number to make the downloader more CPU friendly
// raise this number to (possibly) make it faster
Expand Down

0 comments on commit 797f7d4

Please sign in to comment.