mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 00:07:17 +00:00
21b1152f53
Make the cleaner available to users by exposing it as a subcommand to thelounge storage. This is recommended to be run whenever the storage policy significantly changes in a way that makes many messages eligible for deletion. The cleaner would cope, but it'll be inefficient and can take many hours. Due to how storage works in sqlite, the space would not actually be given back to the OS, just marked for future writes. Hence this also runs a vacuum to compact the DB as much as it can. |
||
---|---|---|
.. | ||
users | ||
index.ts | ||
install.ts | ||
outdated.ts | ||
start.ts | ||
storage.ts | ||
uninstall.ts | ||
upgrade.ts | ||
utils.ts |