Must Implement Dirty Flag #146
Reference in New Issue
Block a user
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?
We need to implement a dirty flag because saving the data for all dimensions has the potential to be a heavy operation. That might explain people's suspicions that having a lot of pocket dimensions causes servers to slow down noticeably.
It might also be a good idea to add time constraints to our saving code so that it runs under a time limit. We can have a forced full save at the end when the server shuts down.