Whamcloud - gitweb
- make default key timelife 3 days long
authoralex <alex>
Wed, 21 Sep 2005 23:00:34 +0000 (23:00 +0000)
committeralex <alex>
Wed, 21 Sep 2005 23:00:34 +0000 (23:00 +0000)
lustre/include/linux/lustre_sec.h

index eefb2b9..444143a 100644 (file)
@@ -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"