From 7b0dfeccbc0dacd922bb2fda28c96fee8f650cae Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 1 Mar 2016 17:40:40 -0300 Subject: [PATCH] update limit --- app/controllers/addresses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/addresses.js b/app/controllers/addresses.js index 90618dd..3af264f 100644 --- a/app/controllers/addresses.js +++ b/app/controllers/addresses.js @@ -11,7 +11,7 @@ var async = require('async'); var MAX_BATCH_SIZE = 100; var RPC_CONCURRENCY = 5; -var SIZE_TO_ENABLE_DEAD_CACHE=100; +var SIZE_TO_ENABLE_DEAD_CACHE = 500; var tDb = require('../../lib/TransactionDb').default();