backup-client: do not start garbage collection after backup

This commit is contained in:
Dietmar Maurer 2018-12-21 09:24:55 +01:00
parent d62e6e2264
commit f0819fe5a5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fn backup_file(param: Value, _info: &ApiMethod) -> Result<Value, Error> {
index.close()?; // commit changes index.close()?; // commit changes
} }
datastore.garbage_collection()?; //datastore.garbage_collection()?;
let idx = datastore.open_image_reader(target)?; let idx = datastore.open_image_reader(target)?;
idx.print_info(); idx.print_info();