Skip to content

Commit

Permalink
Try out 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhm committed Mar 15, 2019
1 parent a4ced39 commit 076cfb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/fetcher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/fetcher.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function errorMessageForStatus(status) {
export default class Fetcher {
constructor(options) {
this.options = options;
this.queue = new Queue({concurrency: 1});
this.queue = new Queue({concurrency: 3});
this.headers = options.headers;
}

Expand Down

0 comments on commit 076cfb1

Please sign in to comment.