Address Service: Removed nolonger used constant for cache

This commit is contained in:
Braydon Fuller 2016-01-18 15:06:18 -05:00
parent 62934b4b66
commit a166b6af23
1 changed files with 0 additions and 4 deletions

View File

@ -41,10 +41,6 @@ exports.SPACER_HEIGHT_MAX = new Buffer('ffffffffff', 'hex');
exports.TIMESTAMP_MIN = new Buffer('0000000000000000', 'hex'); exports.TIMESTAMP_MIN = new Buffer('0000000000000000', 'hex');
exports.TIMESTAMP_MAX = new Buffer('ffffffffffffffff', 'hex'); exports.TIMESTAMP_MAX = new Buffer('ffffffffffffffff', 'hex');
// The total number of transactions that an address can receive before it will start
// to cache the summary to disk.
exports.SUMMARY_CACHE_THRESHOLD = 10000;
// The maximum number of inputs that can be queried at once // The maximum number of inputs that can be queried at once
exports.MAX_INPUTS_QUERY_LENGTH = 50000; exports.MAX_INPUTS_QUERY_LENGTH = 50000;
// The maximum number of outputs that can be queried at once // The maximum number of outputs that can be queried at once