From: alex Date: Wed, 21 Sep 2005 23:00:34 +0000 (+0000) Subject: - make default key timelife 3 days long X-Git-Tag: v1_7_100~615 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=90440e6099a5a79bf433543c7936435580c95faf - make default key timelife 3 days long --- 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"