More Jitter!
Having reduced the size of the ledger cache (again) we can now tolerate more jitter here
This commit is contained in:
parent
32ac305c67
commit
2758498fad
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@
|
||||||
-define(SUPER_MAX_TABLE_SIZE, 40000).
|
-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, 3).
|
-define(COIN_SIDECOUNT, 5).
|
||||||
|
|
||||||
-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