Align cache with default

Stop L0 from growing too large i.e. 127 * 4K is more than 10 times bigger than the default.
This commit is contained in:
Martin Sumner 2019-02-25 23:35:12 +00:00
parent aea20de4b9
commit fd2e0e870c
3 changed files with 12 additions and 18 deletions

View file

@ -21,7 +21,7 @@
%% @doc The key size of the Bookie's in-memory cache
{mapping, "leveled.cache_size", "leveled.cache_size", [
{default, 4000},
{default, 2500},
{datatype, integer},
hidden
]}.