-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: offline mode would spam logs when file changes (#406)
When the offline mode archive changed for the first time, the file monitor would emit a spurious log subsequent times because it wasn't updating its cache of the latest info from `stat`. I've also extracted some of the log messages into `const` strings to fit the existing paradigm.
- Loading branch information
1 parent
3e6eb78
commit 3c12e10
Showing
2 changed files
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters