ilgrosso commented on PR #455: URL: https://github.com/apache/syncope/pull/455#issuecomment-1534171957
I've possibly found the culprit: less frequent checks waiting for WA refresh + excluding `org.apereo.cas.configuration.model.core.CasServerProperties` from refresh by adding ``` spring.cloud.refresh.never-refreshable=com.zaxxer.hikari.HikariDataSource,org.apereo.cas.configuration.model.core.CasServerProperties ``` according to https://docs.spring.io/spring-cloud-commons/docs/3.1.6/reference/html/#refresh-scope -- 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]
