From 6617f963eb444c8520bc6b7941ef7358c16fb3d5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Jun 2014 16:56:41 +0200 Subject: [PATCH] more accurate comment --- sfa/trust/credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index a9f2d1df..775cde96 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -49,7 +49,7 @@ from sfa.trust.rights import Right, Rights, determine_rights from sfa.trust.gid import GID from sfa.util.xrn import urn_to_hrn, hrn_authfor_hrn -# 2 weeks, in seconds +# 31 days, in seconds DEFAULT_CREDENTIAL_LIFETIME = 86400 * 31 -- 2.43.0