please merge this change into your main it is veryhelpfull for me if you mergee the changes
@muneswar748 why you have to reduce it to 9 seconds ? FileWatcher should work upon file changed
The actual purpose of this PR was to make the file interval configurable.
Based on my observation of this (excellent) library's file watcher class, a non-config tree folder only gets examined at the file watcher interval (90 seconds). In our particular deployment, the symbolic link logic does not execute.
Hence why the request to make the folder / filesystem watcher configurable.
Making it configurable makes sense, so it could by dynamic rather than fixed 90s