Skip to content

Commit

Permalink
feat: make tick monitoring opt-in, disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Vasiyarov committed Jun 24, 2019
1 parent 8da1bfb commit 0e9e46a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/defaultMetrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ module.exports = function startDefaultMetrics(config) {
normalizedConfig = Object.assign(
{
timestamps: true,
timeout: 10000
timeout: 10000,
monitorNextTick: false
},
normalizedConfig
);
Expand Down

0 comments on commit 0e9e46a

Please sign in to comment.