You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by GitBox <gi...@apache.org> on 2021/03/15 06:56:27 UTC

[GitHub] [syncope] mmoayyed commented on a change in pull request #244: Upgrade to CAS 6.4 RC2 and pac4j v5 RC2

mmoayyed commented on a change in pull request #244:
URL: https://github.com/apache/syncope/pull/244#discussion_r594087735



##########
File path: wa/starter/src/main/resources/application.properties
##########
@@ -40,9 +40,14 @@ management.endpoint.loggers.enabled=true
 management.endpoint.refresh.enabled=true
 management.endpoint.registeredServices.enabled=true
 
-cas.events.core.enabled=false
+# Cache service definitions for 5 minutes
+cas.service-registry.cache.duration=PT5M
+
+# Reload services and hydrate the cache every 5 minutes
+cas.service-registry.schedule.repeat-interval=PT5M
+cas.service-registry.schedule.start-delay=PT30S
 
-server.servlet.session.tracking-modes=cookie

Review comment:
       It appears that this line is unnecessary and a duplicate in fact. Here's the first reference:
   https://github.com/apache/syncope/blob/master/wa/starter/src/main/resources/application.properties#L31




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org