From a166b6af2320d452a89f0a1cca56500ba2ab1133 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 18 Jan 2016 15:06:18 -0500 Subject: [PATCH] Address Service: Removed nolonger used constant for cache --- lib/services/address/constants.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/services/address/constants.js b/lib/services/address/constants.js index 7cc8ef58..2cf334e9 100644 --- a/lib/services/address/constants.js +++ b/lib/services/address/constants.js @@ -41,10 +41,6 @@ exports.SPACER_HEIGHT_MAX = new Buffer('ffffffffff', 'hex'); exports.TIMESTAMP_MIN = new Buffer('0000000000000000', '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 exports.MAX_INPUTS_QUERY_LENGTH = 50000; // The maximum number of outputs that can be queried at once