Hi,
May I know the maximum value I can set for spring.cloud.config.server.git.refresh-rate? Isit
spring.cloud.config.server.git.refresh-rate=100000000??
Hope you could provide me with the actual value that I can use.
For some context: I use config server for my application to retrieve yml files that are not frequently updated. Hence, I do not need config server to refresh very often, I can refresh it manually using the /refresh endpoint. Hence, in other words, I prefer disabling the refresh rate by setting the maximum value. Let me know what value I can use, thanks