From 1d5364610173717aba02cab7fa11ccda34c0f804 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sun, 5 Feb 2023 22:48:52 +0530 Subject: [PATCH] Inc MAX_TX_QUERY_LIMIT = 100 --- lib/services/address/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/address/index.js b/lib/services/address/index.js index 200c181f..8b514c9a 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -16,7 +16,7 @@ var utils = require('../../utils'); var LRU = require('lru-cache'); var XXHash = require('xxhash'); -const MAX_TX_QUERY_LIMIT = 10; +const MAX_TX_QUERY_LIMIT = 100; // See rationale about this cache at function getTxList(next) const TXID_LIST_CACHE_ITEMS = 250; // nr of items (this translates to: consecutive