Remove busy log

Accounts for 60% of logs
This commit is contained in:
Martin Sumner 2017-03-22 00:11:17 +00:00
parent 97312e1356
commit 15af4942ae

View file

@ -637,7 +637,6 @@ snapshot_store(LedgerCache0, Penciller, Inker, SnapType, Query) ->
snapshot_query = Query, snapshot_query = Query,
bookies_mem = BookiesMem}, bookies_mem = BookiesMem},
{ok, LedgerSnapshot} = leveled_penciller:pcl_start(PCLopts), {ok, LedgerSnapshot} = leveled_penciller:pcl_start(PCLopts),
leveled_log:log_randomtimer("B0004", [cache_size(LedgerCache)], SW, 0.02),
case SnapType of case SnapType of
store -> store ->
InkerOpts = #inker_options{start_snapshot=true, InkerOpts = #inker_options{start_snapshot=true,