Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #217 from stefanobaghino/stats-default-false
Browse files Browse the repository at this point in the history
default stats: false as per docs
  • Loading branch information
mcollina committed Feb 20, 2015
2 parents ce77d39 + f7cfc25 commit 3e7e714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function defaultsLegacy() {
wildcardOne: '+',
wildcardSome: '#'
},
stats: true,
stats: false,
publishNewClient: true,
maxInflightMessages: 1024,
logger: {
Expand Down Expand Up @@ -351,7 +351,7 @@ function defaultsModern() {
wildcardOne: '+',
wildcardSome: '#'
},
stats: true,
stats: false,
publishNewClient: true,
maxInflightMessages: 1024,
logger: {
Expand Down

0 comments on commit 3e7e714

Please sign in to comment.