Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c25e8
)
- make default key timelife 3 days long
author
alex
<alex>
Wed, 21 Sep 2005 23:00:34 +0000
(23:00 +0000)
committer
alex
<alex>
Wed, 21 Sep 2005 23:00:34 +0000
(23:00 +0000)
lustre/include/linux/lustre_sec.h
patch
|
blob
|
history
diff --git
a/lustre/include/linux/lustre_sec.h
b/lustre/include/linux/lustre_sec.h
index
eefb2b9
..
444143a
100644
(file)
--- 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"