We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d976d00 commit 1d11105Copy full SHA for 1d11105
meteor/server/performanceMonitor.ts
@@ -33,7 +33,7 @@ function traceDebuggingData() {
33
// Collect a set of data that can be useful for performance debugging
34
35
const debugData: any = {
36
- connectionCount: 0,
+ connectionCount: 0 + 0,
37
namedSubscriptionCount: 0,
38
universalSubscriptionCount: 0,
39
documentCount: 0,
0 commit comments