|
@ -524,7 +524,7 @@ function onCollection(err, collection) { |
|
|
|
|
|
|
|
|
setInterval(function () { |
|
|
setInterval(function () { |
|
|
console.log('itemsProcessed', itemsProcessed); |
|
|
console.log('itemsProcessed', itemsProcessed); |
|
|
// this method is also exposed by the Server instance
|
|
|
// this method is also exposed by the Server instance
|
|
|
//console.log(adapter.rooms);
|
|
|
//console.log(adapter.rooms);
|
|
|
}, 8000); |
|
|
}, 8000); |
|
|
} |
|
|
} |
|
|