Address Service: Bump maximum number of addresses default

This commit is contained in:
Braydon Fuller 2016-01-19 14:07:28 -05:00
parent 45029030f1
commit 39f8355cd9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ exports.MAX_OUTPUTS_QUERY_LENGTH = 50000;
// The maximum number of transactions that can be queried at once
exports.MAX_HISTORY_QUERY_LENGTH = 100;
// The maximum number of addresses that can be queried at once
exports.MAX_ADDRESSES_QUERY = 100;
exports.MAX_ADDRESSES_QUERY = 10000;
module.exports = exports;