Vacuum database automatically after clearing full-text index

This commit is contained in:
Dan Stillman 2018-08-19 04:06:04 -04:00
parent 926e2f7317
commit 4f98ad9567

View file

@ -1473,6 +1473,7 @@ Zotero.Fulltext = Zotero.FullText = new function(){
}
await clearCacheFiles();
await Zotero.DB.queryAsync('VACUUM');
}