Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cli/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yargs.command('$0', 'Starts a registry server that uses IPFS to fetch js depende
})
.option('eager-download', {
describe: 'Whether to eagerly download tarballs',
default: true
default: false
})
.option('mirror-host', {
describe: 'Which host to listen to requests on',
Expand Down