Try slightly larger cache

This commit is contained in:
Martin Sumner 2016-12-13 22:29:51 +00:00
parent b2c36ae541
commit 5efed94a1e

View file

@ -143,7 +143,7 @@
-include_lib("eunit/include/eunit.hrl").
-define(CACHE_SIZE, 2000).
-define(CACHE_SIZE, 2500).
-define(JOURNAL_FP, "journal").
-define(LEDGER_FP, "ledger").
-define(SNAPSHOT_TIMEOUT, 300000).