Skip to content

Commit

Permalink
Revert "Increase concurrency on sets."
Browse files Browse the repository at this point in the history
This reverts commit 3bc7e9b.
  • Loading branch information
Neeraj Baid committed Feb 20, 2023
1 parent 744c6b5 commit f182b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/echonet-lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const EchonetLite = require('echonet-lite-more')
class PromisifiedEchonetLite {
constructor(arg) {
this.el = new EchonetLite(arg)
this.setQueue = new Bobolink({concurrency: 10})
this.setQueue = new Bobolink({concurrency: 1})
this.getQueue = new Bobolink({concurrency: 50})
}
}
Expand Down

0 comments on commit f182b97

Please sign in to comment.