Merge pull request #756 from matiu/def/insight-pull

change insight pool to 20
This commit is contained in:
Matias Alejo Garcia 2018-01-15 11:51:30 -03:00 committed by GitHub
commit 938bd05685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,5 +136,5 @@ Defaults.RateLimit = {
};
Defaults.COIN = 'btc';
Defaults.INSIGHT_REQUEST_POOL_SIZE = 10;
Defaults.INSIGHT_REQUEST_POOL_SIZE = 20;
module.exports = Defaults;