change insight pool to 20

This commit is contained in:
Matias Alejo Garcia 2018-01-15 11:48:05 -03:00
parent 6b293a64d6
commit 36f88ec891
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
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;