Skip to content

Compact the database at startup

akwizgran requested to merge compact-at-startup into master

This branch compacts the database at startup if a migration has been applied or the DB has not been compacted for 30 days.

Compaction will be needed after large migrations, such as migrating messages to the new blocks table for #1240. It should also be done periodically to ensure forward secrecy and save disk space.

Merge request reports