More Jitter!

Having reduced the size of the ledger cache (again) we can now tolerate
more jitter here
This commit is contained in:
martinsumner 2016-12-11 06:54:41 +00:00
parent 32ac305c67
commit 2758498fad

View file

@ -201,7 +201,7 @@
-define(SUPER_MAX_TABLE_SIZE, 40000).
-define(PROMPT_WAIT_ONL0, 5).
-define(WORKQUEUE_BACKLOG_TOLERANCE, 4).
-define(COIN_SIDECOUNT, 3).
-define(COIN_SIDECOUNT, 5).
-record(state, {manifest = [] :: list(),
manifest_sqn = 0 :: integer(),