Code clean up

This commit is contained in:
Joao Siebel 2020-12-10 14:05:22 -03:00
parent e9d05454ea
commit 5b0d6c59e6

View File

@ -10,13 +10,7 @@ import Metrics from './metrics';
// Fake meetingId used for messages that have no meetingId // Fake meetingId used for messages that have no meetingId
const NO_MEETING_ID = '_'; const NO_MEETING_ID = '_';
const metrics = {}; const { queueMetrics } = Meteor.settings.private.redis.metrics;
const {
metricsDumpIntervalMs,
metricsFolderPath,
queueMetrics,
} = Meteor.settings.private.redis.metrics;
const makeEnvelope = (channel, eventName, header, body, routing) => { const makeEnvelope = (channel, eventName, header, body, routing) => {
const envelope = { const envelope = {