ensure sync indicator updates after download

This commit is contained in:
Damien Elmes 2020-06-02 15:10:41 +10:00
parent 35ee106503
commit 519b8c3425

View file

@ -665,6 +665,7 @@ impl Collection {
kind: SyncErrorKind::Other,
});
}
db.execute_batch("update col set ls=mod")?;
drop(db);
// overwrite existing collection atomically
out_file