update limit

This commit is contained in:
Matias Alejo Garcia 2016-03-01 17:40:40 -03:00
parent 0dc39ce84b
commit 7b0dfeccbc

View File

@ -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();