mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Do not VACUUM FTS db when exporting library as it can be very slow. Fixes #1987557 [Export Library Hangs if there is a full-text-search.db file in library](https://bugs.launchpad.net/calibre/+bug/1987557)
This commit is contained in:
parent
0225cd4acc
commit
2bf8c1965d
@ -2207,5 +2207,4 @@ class DB:
|
||||
while not b.done:
|
||||
with suppress(apsw.BusyError):
|
||||
b.step(128)
|
||||
dest_db.cursor().execute('VACUUM;')
|
||||
# }}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user