mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
b63fc0a23d
Retention deletes freed pages inside audit.db but the file never shrank on disk, the same bloat class #1496 fixed for unified_resources.db. Migrate existing databases to incremental auto-vacuum at startup and return freed pages to the OS after each retention pass, capped per cycle so a backlog drains gradually.