From: Ronnie Sahlberg Date: Sun, 29 Jun 2014 21:42:28 +0000 (-0700) Subject: libnfs.c: Change the directory cache to a smaller more reasonable value X-Git-Tag: upstream/1.9.6^2~25 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=07d06b250ce4837c30578c4298255a777b914482 libnfs.c: Change the directory cache to a smaller more reasonable value Signed-off-by: Ronnie Sahlberg --- diff --git a/lib/libnfs.c b/lib/libnfs.c index 41b8a2b..94f03cb 100644 --- a/lib/libnfs.c +++ b/lib/libnfs.c @@ -77,7 +77,7 @@ #include "libnfs-raw-portmap.h" #include "libnfs-private.h" -#define MAX_DIR_CACHE 1024 +#define MAX_DIR_CACHE 128 struct nfsdir { struct nfs_fh3 fh;