Files
NodeBB/src/database/mongo/pubsub.js
Barış Soner Uşaklı 986511e718 try with higher timeout
2018-10-16 21:43:40 -04:00

8 lines
199 B
JavaScript

'use strict';
var mubsub = require('mubsub-nbb');
var db = require('../mongo');
var client = mubsub(db.getConnectionString(), db.getConnectionOptions());
module.exports = client.channel('pubsub');