Skip to content

Commit

Permalink
Merge pull request #15 from contentstack/bp-misc-fixes
Browse files Browse the repository at this point in the history
Bp misc fixes
  • Loading branch information
abhinav-from-contentstack authored Nov 12, 2020
2 parents 56af84b + 0ad6bbb commit f8ae360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-bulk-publish/src/util/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Queue extends EventEmitter {
this.store = [];
this.config = {};
this.delay = 1
this.requestBatchSize = 2
this.requestBatchSize = 1
this.on('dequeue', this.check);
}

Expand Down

0 comments on commit f8ae360

Please sign in to comment.