Add env var to make the inotify stats frequency configurable

This commit is contained in:
André Duffeck
2025-04-15 09:24:55 +02:00
parent 7f36d68cfc
commit 91fd396c86
3 changed files with 7 additions and 4 deletions
@@ -151,6 +151,7 @@ func DefaultConfig() *config.Config {
ScanDebounceDelay: 1 * time.Second,
WatchFS: false,
EnableFSRevisions: false,
InotifyStatsFrequency: 5 * time.Minute,
},
},
Events: config.Events{