Skip to content

Commit

Permalink
Update constants.js
Browse files Browse the repository at this point in the history
Relanding bdae0ae because I have made a wrong merge in a following commit, Doh.
  • Loading branch information
bestander authored Apr 2, 2017
1 parent b275aea commit cc0d512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const CACHE_VERSION = 1;
export const LOCKFILE_VERSION = 1;

// max amount of network requests to perform concurrently
export const NETWORK_CONCURRENCY = 16;
export const NETWORK_CONCURRENCY = 8;

// max amount of child processes to execute concurrently
export const CHILD_CONCURRENCY = 5;
Expand Down

0 comments on commit cc0d512

Please sign in to comment.