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

feat: disable fileWatcher by default #225

Merged
merged 3 commits into from
Mar 18, 2024

Conversation

alandtse
Copy link
Collaborator

FileWatcher is now under the Advanced Menu as a setting. This should
disable the code that may be killing bad Linux installs by gating the
use of std::filesystem::last_write_time and esfw behind a setting.

This helps when many files are changed and prevents constant recompiling
as the cache is invalidated.
FileWatcher is now under the Advanced Menu as a setting. This should
disable the code that may be killing bad Linux installs by gating the
use of `std::filesystem::last_write_time` and `esfw` behind a setting.
@alandtse alandtse requested a review from doodlum March 18, 2024 07:05
@doodlum doodlum merged commit dbf4376 into doodlum:dev Mar 18, 2024
3 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