File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ import Database.LSMTree.Internal.BlobRef (WeakBlobRef (..))
96
96
import qualified Database.LSMTree.Internal.BlobRef as BlobRef
97
97
import Database.LSMTree.Internal.Config
98
98
import qualified Database.LSMTree.Internal.Cursor as Cursor
99
- import Database.LSMTree.Internal.Entry (Entry )
99
+ import Database.LSMTree.Internal.Entry (Entry , unNumEntries )
100
100
import Database.LSMTree.Internal.Lookup (ByteCountDiscrepancy ,
101
101
ResolveSerialisedValue , lookupsIO )
102
102
import Database.LSMTree.Internal.MergeSchedule
@@ -1113,7 +1113,7 @@ snapshot resolve snap label th = do
1113
1113
-- credits as if the buffer was full, and then flush the (possibly)
1114
1114
-- underfull buffer. However, note that this bit of code
1115
1115
-- here is probably going to change anyway because of #392
1116
- supplyCredits (Entry. unNumEntries $ case confWriteBufferAlloc conf of AllocNumEntries x -> x) (tableLevels content)
1116
+ supplyCredits (unNumEntries $ case confWriteBufferAlloc conf of AllocNumEntries x -> x) (tableLevels content)
1117
1117
content' <- flushWriteBuffer
1118
1118
(TraceMerge `contramap` tableTracer th)
1119
1119
conf
You can’t perform that action at this time.
0 commit comments