fix snapshots

This commit is contained in:
Marin Postma
2021-04-14 17:53:12 +02:00
parent 2b154524bb
commit 33830d5ecf
15 changed files with 109 additions and 101 deletions

View File

@ -127,7 +127,7 @@ impl Data {
stats.database_size += index_stats.size;
stats.database_size += self
.index_controller
.get_updates_size(index.uid.clone())
.get_updates_size()
.await?;
stats.last_update = Some(match stats.last_update {