comment the stats method

This commit is contained in:
Tamo 2023-06-06 12:28:27 +02:00
parent 3cfd653db1
commit 4a3405afec
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 5 additions and 1 deletions

View file

@ -91,7 +91,7 @@ pub struct IndexStats {
/// Size taken up by the index' DB, in bytes.
///
/// This includes the size taken by both the used and free pages of the DB, and as the free pages
/// are not returned to the disk after a deletion, this number is typically larger than
/// are not returned to the disk after a deletion, this number is typically larger than
/// `used_database_size` that only includes the size of the used pages.
pub database_size: u64,
/// Size taken by the used pages of the index' DB, in bytes.