Skip to content

Commit

Permalink
hotfix: #121 set collectDependencies to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Jun 14, 2018
1 parent 2c64479 commit d0fb0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pmx.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PMX.init = function(opts) {
custom_probes : true,
network : false,
ports : false,
collectDependencies : true,
collectDependencies : false,

// VXX options
// ignoreFilter.url is aliased to ignore_routes
Expand Down

0 comments on commit d0fb0df

Please sign in to comment.