spring-boot-dynamic-config icon indicating copy to clipboard operation
spring-boot-dynamic-config copied to clipboard

please merge this change into your main it is veryhelpfull for me if you mergee the changes

Open muneswar748 opened this issue 2 years ago • 3 comments

muneswar748 avatar May 24 '23 12:05 muneswar748

@muneswar748 why you have to reduce it to 9 seconds ? FileWatcher should work upon file changed

Code2Life avatar May 25 '23 15:05 Code2Life

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.

arana3 avatar May 31 '23 19:05 arana3

Making it configurable makes sense, so it could by dynamic rather than fixed 90s

Code2Life avatar Jun 01 '23 05:06 Code2Life