incremental image?

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2023-06-20 11:05:16 -04:00
parent a2056666ae
commit 9b7747436c

View File

@@ -404,7 +404,7 @@ impl ImageLayer {
timeline_id,
filename.key_range.clone(),
filename.lsn,
false,
true,
file_size,
), // Now we assume image layer ALWAYS covers the full range. This may change in the future.
lsn: filename.lsn,
@@ -436,7 +436,7 @@ impl ImageLayer {
summary.timeline_id,
summary.key_range,
summary.lsn,
false,
true,
metadata.len(),
), // Now we assume image layer ALWAYS covers the full range. This may change in the future.
lsn: summary.lsn,