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

optionally disable wipe detection #334

Open
psykzz opened this issue Jun 11, 2024 · 1 comment
Open

optionally disable wipe detection #334

psykzz opened this issue Jun 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@psykzz
Copy link
Contributor

psykzz commented Jun 11, 2024

Wipe detection currently keeps the entire map in memory, increase cost for a check.
Im wondering if possible we can reduce our footprint by disabling this feature.

@alexemanuelol
Copy link
Owner

Or simply save the map, then whenever we lose connection to the server and reconnect we load the map and do the comparison.

@alexemanuelol alexemanuelol added the enhancement New feature or request label Jul 12, 2024
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

2 participants