eddiefiv / word-hunt

0 stars 0 forks source link

Remove Expired Rooms From "rooms" Collection In DB #1

Open eddiefiv opened 3 weeks ago

eddiefiv commented 3 weeks ago

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