5
0

Add a FIXME to only purge rooms if they are large

This commit is contained in:
sceox 2022-12-26 12:07:14 -08:00
parent 9120483e6c
commit 1b890db29f

View File

@ -90,6 +90,7 @@ compress_state () {
main () {
echo "Purging obsolete rooms (rooms with no local members)"
purge_obsolete_rooms
# FIXME: Only purge large rooms
echo "Purging room history older than ${room_history_range}"
purge_history $(get_all_rooms)
echo "Purging media cache older than ${media_range}"