From 90440e6099a5a79bf433543c7936435580c95faf Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 21 Sep 2005 23:00:34 +0000 Subject: [PATCH] - make default key timelife 3 days long --- lustre/include/linux/lustre_sec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/lustre_sec.h b/lustre/include/linux/lustre_sec.h index eefb2b9..444143a 100644 --- a/lustre/include/linux/lustre_sec.h +++ b/lustre/include/linux/lustre_sec.h @@ -509,7 +509,7 @@ int svcsec_null_exit(void); #define NR_CAPAHASH 32 #define CAPA_TIMEOUT 1800 /* sec, == 30 min */ -#define CAPA_KEY_TIMEOUT (24 * 60 * 60) /* sec, == 1 day */ +#define CAPA_KEY_TIMEOUT (72 * 60 * 60) /* sec, == 3 days */ #define CAPA_CACHE_SIZE 3000 /* for MDS & OST */ #define CAPA_HMAC_ALG "sha1" -- 1.8.3.1