Fix broken SST cache
This commit is contained in:
parent
d28e5d639c
commit
b6ae0e1af5
2 changed files with 14 additions and 5 deletions
|
@ -433,7 +433,7 @@ sst_timing({N, SSTTimerD}, SW, TimerType) ->
|
|||
end.
|
||||
|
||||
sst_keylist() ->
|
||||
[summary_bloom, slot_cache, slot_bloom, slot_fetch].
|
||||
[slot_cache, slot_bloom, slot_fetch].
|
||||
|
||||
|
||||
get_timing(undefined, SW, TimerType) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue