Create a system that removes completed rooms from the database after a certain time.
Explanation
Currently, rooms do not have a way of being deleted from the DB, which means that expired games persist in the rooms collection. There needs to be a system that removes completed rooms from the DB after a certain time to prevent unintended data accumulation
Description
Create a system that removes completed rooms from the database after a certain time.
Explanation
Currently, rooms do not have a way of being deleted from the DB, which means that expired games persist in the
rooms
collection. There needs to be a system that removes completed rooms from the DB after a certain time to prevent unintended data accumulation