libnfs.c: Change the directory cache to a smaller more reasonable value

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2014-06-29 14:42:28 -07:00
parent be243cfa9b
commit 07d06b250c
1 changed files with 1 additions and 1 deletions

View File

@ -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;