[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/services.properties

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 10 17:05:47 EST 2014


Author: scantor
Date: Mon Nov 10 17:05:47 2014
New Revision: 6872

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6872&view=rev
Log:
Adjust a default.

Modified:
    trunk/idp-conf/src/main/resources/conf/services.properties

Modified: trunk/idp-conf/src/main/resources/conf/services.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/services.properties?rev=6872&r1=6871&r2=6872&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/services.properties Mon Nov 10 17:05:47 2014
@@ -2,7 +2,7 @@
 # and the settings for failure handling and auto-reload.
 
 # failFast=true prevents IdP startup if a configuration is bad
-# checkInterval=0 means never reload (this is the property default)
+# checkInterval=0 means never reload (this is the default)
 
 #idp.service.logging.failFast=true
 idp.service.logging.checkInterval=PT5M
@@ -14,7 +14,7 @@
 
 #idp.service.metadata.resources=shibboleth.MetadataResolverResources
 #idp.service.metadata.failFast=false
-#idp.service.metadata.checkInterval=PT15M
+#idp.service.metadata.checkInterval=0
 
 #idp.service.attribute.resolver.resources=shibboleth.AttributeResolverResources
 #idp.service.attribute.resolver.failFast=false



More information about the commits mailing list