From: Drew Middlesworth Date: Tue, 4 Mar 2008 14:27:57 +0000 (-0500) Subject: Increase the number of concurrent krb5 mounts by increasing X-Git-Tag: nfs-utils-1-1-2~12 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=d15fa02fe38f6f1c9183540810ac7bfeac0c7c17 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 --- 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