Up level for yield to 2

This commit is contained in:
martinsumner 2017-03-21 18:24:11 +00:00
parent 682dfc4d59
commit eef2199335

View file

@ -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}),