Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbage collection of old exported maps #7

Open
Palats opened this issue Jan 19, 2021 · 0 comments
Open

Garbage collection of old exported maps #7

Palats opened this issue Jan 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Palats
Copy link
Owner

Palats commented Jan 19, 2021

Each mapshot is fairly large, so keep the number under control would make sense. We can imagine keeping (for example) just the last one for a given map (based on generation parameter).

Garbage collection cannot be done from the Factorio mod, as it is impossible to delete file. So, a subcommand of the CLI should do the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant