Allow for more fluctuation in L0 write time

Try to alleviate existing co-ordination issue when all vnodes tend to
try and write L0 files concurrently
This commit is contained in:
martinsumner 2016-12-11 01:49:03 +00:00
parent 1f38bcb328
commit 5d11bc051f

View file

@ -197,10 +197,10 @@
-define(CURRENT_FILEX, "crr").
-define(PENDING_FILEX, "pnd").
-define(MEMTABLE, mem).
-define(MAX_TABLESIZE, 32000).
-define(MAX_TABLESIZE, 28000). % This is less than max - but COIN_SIDECOUNT
-define(PROMPT_WAIT_ONL0, 5).
-define(WORKQUEUE_BACKLOG_TOLERANCE, 4).
-define(COIN_SIDECOUNT, 2).
-define(COIN_SIDECOUNT, 4).
-record(state, {manifest = [] :: list(),
manifest_sqn = 0 :: integer(),