Code clean up
This commit is contained in:
parent
e9d05454ea
commit
5b0d6c59e6
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user