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

Fixed crash when large number of files are stored on the SD card. #714

Merged
merged 4 commits into from
Dec 19, 2023

Conversation

MartinMueller2003
Copy link
Collaborator

When there are greater than 30 files on the SD card, the ESP will crash in the TCP process. This was caused by too many concurrent requests generated in the UI.

…se. Filtering the files on a large file set can take a long time.
…ltiple times at a very high rate. This caused the TCP layer to run out of resources and stall, causing the WDT to trip.
@forkineye forkineye merged commit b22deec into forkineye:main Dec 19, 2023
29 checks passed
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