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

Don't save Neighbors to flash when receiving #3519

Merged
merged 3 commits into from
Mar 31, 2024

Conversation

GUVWAF
Copy link
Member

@GUVWAF GUVWAF commented Mar 31, 2024

Now that with 2.3 neighbors can also be detected for packets other than NeighborInfo, it may lead to excessive writing to flash, causing issues like #3516 and it may wear out the flash rather quickly.
Now it will not write to flash when receiving a packet, but only before it broadcasts its own NeighborInfo and there is a new neighbor, or there is one removed.

@thebentern thebentern merged commit a4c2232 into meshtastic:master Mar 31, 2024
69 checks passed
@GUVWAF GUVWAF deleted the neighborSave branch March 31, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants