summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsrvcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfsrvcache.h')
-rw-r--r--sys/nfs/nfsrvcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfsrvcache.h b/sys/nfs/nfsrvcache.h
index b367b9f..dc10bd7 100644
--- a/sys/nfs/nfsrvcache.h
+++ b/sys/nfs/nfsrvcache.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfsrvcache.h 8.1 (Berkeley) 6/10/93
- * $Id: nfsrvcache.h,v 1.3 1994/08/21 06:50:13 paul Exp $
+ * $Id: nfsrvcache.h,v 1.4 1994/10/17 17:47:44 phk Exp $
*/
#ifndef _NFS_NFSRVCACHE_H_
@@ -44,7 +44,7 @@
* Definitions for the server recent request cache
*/
-#define NFSRVCACHESIZ 256
+#define NFSRVCACHESIZ 64
struct nfsrvcache {
TAILQ_ENTRY(nfsrvcache) rc_lru; /* LRU chain */
OpenPOWER on IntegriCloud