[java-opensaml] branch master updated: Change default expirationWarningThreshold to 12 hours.

Brent Putman putmanb at georgetown.edu
Wed May 10 20:32:34 EDT 2017


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=7a5da3ce4f20838e67bf78783a8ab61a8fab9ff9

The following commit(s) were added to refs/heads/master by this push:
       new  7a5da3c   Change default expirationWarningThreshold to 12 hours.
7a5da3c is described below

commit 7a5da3ce4f20838e67bf78783a8ab61a8fab9ff9
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed May 10 20:31:59 2017 -0400

    Change default expirationWarningThreshold to 12 hours.
---
 .../metadata/resolver/impl/AbstractReloadingMetadataResolver.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractReloadingMetadataResolver.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractReloadingMetadataResolver.java
index 4c2f666..70dea01 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractReloadingMetadataResolver.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractReloadingMetadataResolver.java
@@ -91,8 +91,8 @@ public abstract class AbstractReloadingMetadataResolver extends AbstractBatchMet
     private DateTime expirationTime;
     
     /** Impending expiration warning threshold for metadata refresh, in milliseconds. 
-     * Default value: 3600000ms (1 hour). */
-    @Duration @Positive private long expirationWarningThreshold = 60*60*1000;
+     * Default value: 432000000ms (12 hours). */
+    @Duration @Positive private long expirationWarningThreshold = 12*60*60*1000;
 
     /** Last time the metadata was updated. */
     private DateTime lastUpdate;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list