Tinker, tinker, tinker, tinker
This commit is contained in:
parent
523716e8f2
commit
f848500eff
1 changed files with 3 additions and 3 deletions
|
@ -197,11 +197,11 @@
|
||||||
-define(CURRENT_FILEX, "crr").
|
-define(CURRENT_FILEX, "crr").
|
||||||
-define(PENDING_FILEX, "pnd").
|
-define(PENDING_FILEX, "pnd").
|
||||||
-define(MEMTABLE, mem).
|
-define(MEMTABLE, mem).
|
||||||
-define(MAX_TABLESIZE, 25000). % This is less than max - but COIN_SIDECOUNT
|
-define(MAX_TABLESIZE, 28000). % This is less than max - but COIN_SIDECOUNT
|
||||||
-define(SUPER_MAX_TABLE_SIZE, 45000).
|
-define(SUPER_MAX_TABLE_SIZE, 40000).
|
||||||
-define(PROMPT_WAIT_ONL0, 5).
|
-define(PROMPT_WAIT_ONL0, 5).
|
||||||
-define(WORKQUEUE_BACKLOG_TOLERANCE, 4).
|
-define(WORKQUEUE_BACKLOG_TOLERANCE, 4).
|
||||||
-define(COIN_SIDECOUNT, 4).
|
-define(COIN_SIDECOUNT, 3).
|
||||||
|
|
||||||
-record(state, {manifest = [] :: list(),
|
-record(state, {manifest = [] :: list(),
|
||||||
manifest_sqn = 0 :: integer(),
|
manifest_sqn = 0 :: integer(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue