Skip to content

Commit

Permalink
removed parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
behrad committed Jul 14, 2017
1 parent 3732ffb commit fc27c3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var Qlobber = require('qlobber').Qlobber
var Packet = require('aedes-packet')
var EE = require('events').EventEmitter
var inherits = require('util').inherits
var fastparallel = require('fastparallel')
var MultiStream = require('multistream')

var QlobberOpts = {
Expand All @@ -27,7 +26,6 @@ function CachedPersistence (opts) {
this.destroyed = false
this._matcher = new Qlobber(QlobberOpts)
this._waiting = {}
this._parallel = fastparallel({ results: false })

var that = this

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"dependencies": {
"aedes-packet": "^1.0.0",
"aedes-persistence": "^4.0.0",
"fastparallel": "^2.2.1",
"multistream": "^2.1.0",
"qlobber": "^0.8.0"
}
Expand Down

0 comments on commit fc27c3c

Please sign in to comment.