diff options
| author | Mohan Srinivasan <mohans@FreeBSD.org> | 2006-04-25 00:21:56 +0000 |
|---|---|---|
| committer | Mohan Srinivasan <mohans@FreeBSD.org> | 2006-04-25 00:21:56 +0000 |
| commit | 2eafb39b6769fd571c9956fa49a8a40fdbfb5d06 (patch) | |
| tree | 6ff5db9a9066cd377f2738a2ec55aa388a649c19 /sys/nfsserver | |
| parent | daea0aad84389cc69a879383d281c44207d5f49a (diff) | |
Notes
Diffstat (limited to 'sys/nfsserver')
| -rw-r--r-- | sys/nfsserver/nfsrvcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsserver/nfsrvcache.h b/sys/nfsserver/nfsrvcache.h index 3f58a51a82c2..266aaa9aa592 100644 --- a/sys/nfsserver/nfsrvcache.h +++ b/sys/nfsserver/nfsrvcache.h @@ -42,7 +42,7 @@ * Definitions for the server recent request cache */ -#define NFSRVCACHESIZ 64 +#define NFSRVCACHESIZ 2048 struct nfsrvcache { TAILQ_ENTRY(nfsrvcache) rc_lru; /* LRU chain */ |
