Skip to content

Commit be545fe

Browse files
author
anandkumarpatel
committed
Merge pull request #462 from CodeNow/remove-socket-monitoring
remove socket monitoring for now
2 parents fd3f518 + 8780cf6 commit be545fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/express-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (envIs('production')) {
1818
'tags': ['name:api', 'logType:express', 'env:'+process.env.NODE_ENV]
1919
}));
2020

21-
app.use(dogstatsd.captureSocketCount);
21+
// app.use(dogstatsd.captureSocketCount);
2222
}
2323

2424
if (envIs('development', 'local', 'stage')) {

0 commit comments

Comments
 (0)