test
This commit is contained in:
parent
cb89be8263
commit
40b2e64a8f
@ -16,7 +16,7 @@ var utils = require('../../utils');
|
|||||||
var LRU = require('lru-cache');
|
var LRU = require('lru-cache');
|
||||||
var XXHash = require('xxhash');
|
var XXHash = require('xxhash');
|
||||||
|
|
||||||
const MAX_TX_QUERY_LIMIT = 100;
|
const MAX_TX_QUERY_LIMIT = 10;
|
||||||
|
|
||||||
// See rationale about this cache at function getTxList(next)
|
// See rationale about this cache at function getTxList(next)
|
||||||
const TXID_LIST_CACHE_ITEMS = 250; // nr of items (this translates to: consecutive
|
const TXID_LIST_CACHE_ITEMS = 250; // nr of items (this translates to: consecutive
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user