mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-16 04:30:38 +00:00
work around the histogram limitations
this was not enough, the same confusing error message continued to appear.
This commit is contained in:
@@ -108,7 +108,7 @@ impl MetadataSummary {
|
||||
total_size += meta.file_size;
|
||||
self.layer_size_bytes.sample(meta.file_size)?;
|
||||
}
|
||||
self.timeline_size_bytes.sample(total_size)?;
|
||||
self.timeline_size_bytes.sample(total_size / 1024)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
@@ -161,7 +161,7 @@ With errors: {1}
|
||||
With warnings: {2}
|
||||
With garbage: {3}
|
||||
Index versions: {version_summary}
|
||||
Timeline size bytes: {4}
|
||||
Timeline size KiB: {4}
|
||||
Layer size bytes: {5}
|
||||
Timeline layer count: {6}
|
||||
",
|
||||
|
||||
Reference in New Issue
Block a user