You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Other
No response
The text was updated successfully, but these errors were encountered: