Skip to content

Commit f166b71

Browse files
author
Alireza Baloochi
committed
Add usedDatabaseSize to stats
1 parent 24d4d7f commit f166b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,7 @@ impl<Http: HttpClient> Client<Http> {
11191119
#[serde(rename_all = "camelCase")]
11201120
pub struct ClientStats {
11211121
pub database_size: usize,
1122+
pub used_database_size: usize,
11221123
#[serde(with = "time::serde::rfc3339::option")]
11231124
pub last_update: Option<OffsetDateTime>,
11241125
pub indexes: HashMap<String, IndexStats>,

0 commit comments

Comments
 (0)