Skip to content

Commit 4b3fca1

Browse files
authored
Fix ReadFull must read PAGE_SIZE bytes [{0}]
1 parent 604d1d0 commit 4b3fca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LiteDB/Engine/Disk/DiskService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public int WriteLogDisk(IEnumerable<PageBuffer> pages)
202202

203203
count++;
204204
}
205+
stream.Flush();
205206
}
206207

207208
return count;

0 commit comments

Comments
 (0)