backup-client: do not start garbage collection after backup
This commit is contained in:
parent
d62e6e2264
commit
f0819fe5a5
|
@ -55,7 +55,7 @@ fn backup_file(param: Value, _info: &ApiMethod) -> Result<Value, Error> {
|
|||
index.close()?; // commit changes
|
||||
}
|
||||
|
||||
datastore.garbage_collection()?;
|
||||
//datastore.garbage_collection()?;
|
||||
|
||||
let idx = datastore.open_image_reader(target)?;
|
||||
idx.print_info();
|
||||
|
|
Loading…
Reference in New Issue