mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
Empty rooms using resources - should rooms expire? #50
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andypymont on GitHub (Jan 12, 2021).
Concerns that e.g. hitting the homepage may lead to creation of empty rooms. Plus people may 'abandon' a room at a later date, leading to old rooms sitting around on the server unused.
@andypymont commented on GitHub (Jan 12, 2021):
Ideas:
@robartsd commented on GitHub (Feb 10, 2022):
Empty rooms are now deleted automatically if all players leave. The process has not been fully automated, but periodically unused resources (rooms that have not been accessed for a long time and assets that are not referred to by any room) have been deleted to free up storage. Should we close this issue or wait until fully automating the removal process?