From d15fa02fe38f6f1c9183540810ac7bfeac0c7c17 Mon Sep 17 00:00:00 2001 From: Drew Middlesworth Date: Tue, 4 Mar 2008 09:27:57 -0500 Subject: [PATCH] Increase the number of concurrent krb5 mounts by increasing the size of the poll array Signed-off-by: Kevin Coffman Signed-off-by: Steve Dickson --- utils/gssd/gssd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gssd/gssd.h b/utils/gssd/gssd.h index 6b96ce1..e17edde 100644 --- a/utils/gssd/gssd.h +++ b/utils/gssd/gssd.h @@ -36,7 +36,7 @@ #include #define MAX_FILE_NAMELEN 32 -#define FD_ALLOC_BLOCK 32 +#define FD_ALLOC_BLOCK 256 #ifndef GSSD_PIPEFS_DIR #define GSSD_PIPEFS_DIR "/var/lib/nfs/rpc_pipefs" #endif -- 2.39.2