Vacuum database automatically after clearing full-text index
This commit is contained in:
parent
926e2f7317
commit
4f98ad9567
1 changed files with 1 additions and 0 deletions
|
@ -1473,6 +1473,7 @@ Zotero.Fulltext = Zotero.FullText = new function(){
|
|||
}
|
||||
|
||||
await clearCacheFiles();
|
||||
await Zotero.DB.queryAsync('VACUUM');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue