Comparing version 1.1.0 to 1.1.1
@@ -52,3 +52,3 @@ var util = require('util') | ||
}); | ||
self.db.collection('channels').insert({ client: self.client.id, channel: self.name, ns: self.client.namespace, ping: new Date() }); | ||
self.db.collection('channels').insert({ client: self.client.id, channel: self.name, ns: self.client.namespace, ping: new Date() }, { w: 0 }); | ||
} | ||
@@ -55,0 +55,0 @@ util.inherits(Channel, EventEmitter); |
{ | ||
"name": "vubsub", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Pub/Sub for Node.js and MongoDB", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/vivocha/vubsub", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11251