Up level for yield to 2
This commit is contained in:
parent
682dfc4d59
commit
eef2199335
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ starting({sst_new, RootPath, Filename, Level, {SlotList, FirstKey}, MaxSQN},
|
|||
Length,
|
||||
MaxSQN),
|
||||
ActualFilename = write_file(RootPath, Filename, SummaryBin, SlotsBin),
|
||||
YBQ = Level =< 1,
|
||||
YBQ = Level =< 2,
|
||||
UpdState = read_file(ActualFilename,
|
||||
State#state{root_path=RootPath,
|
||||
yield_blockquery=YBQ}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue