michaeljmarshall opened a new pull request, #15075: URL: https://github.com/apache/pulsar/pull/15075
### Motivation The configuration value named `tlsCertRefreshCheckDurationSec` was not being used. Instead, the value was 0, which meant that the Pulsar component checked the cert for an update every time. Instead, we should honor the configuration. ### Modifications * Use `tlsCertRefreshCheckDurationSec`, not 0. ### Verifying this change This is a trivial change to use the configured value. ### Does this pull request potentially affect one of the following parts: This will change behavior to decrease filesystem usage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
