Open
Description
Is your feature request related to a problem?
Right now purging entries doesn't free up space because of how SQLite works.
If this purge was done after configuring auto purge, this can be pretty inconvenient, as the extra space might not be required.
Describe the solution you'd like.
Add a Minecraft command to manually run the vaccum SQLite command.
Describe alternatives you've considered.
This could be worked around by downloading the SQLite and running VACCUM command locally but this is inconvenient.
Agreements
- I have searched for and ensured there isn't already an open issue regarding this.
- I have ensured the feature I'm requesting isn't already in the latest supported mod version.
Other
No response