Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Unable to perform a database vacuum: out of memory when exiting (#…
…2398) * Due to many poor Internet sources of how to use this application, may folk still do not add --synchronize or --monitor switches because their documentation source fails to detail this. When this is the case, the itemdb does not get fully initialised, but when we exit, we try and clean up, because we have partially initalised, we cannot perform a vacuum of the database which generates an error. This patch adds a flag for this specific scenario, so that if triggered, we do not try to vacuum the database and not triggering a false error.
- Loading branch information