diff options
author | msmith <msmith@FreeBSD.org> | 1998-11-15 20:29:27 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-11-15 20:29:27 +0000 |
commit | 98137ab1d10c9f9c9cb374f77acee2426be69793 (patch) | |
tree | 4535b9c2bdc5c4f6d5fc5e11c992bacf0bd531a9 /share/man/man5/rc.conf.5 | |
parent | 3891d980a3bb575505c9560c5462f8b00c8772db (diff) | |
download | FreeBSD-src-98137ab1d10c9f9c9cb374f77acee2426be69793.zip FreeBSD-src-98137ab1d10c9f9c9cb374f77acee2426be69793.tar.gz |
Document the new nfs_access_cache variable.
Diffstat (limited to 'share/man/man5/rc.conf.5')
-rw-r--r-- | share/man/man5/rc.conf.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 6ea12b9..bda1a07 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rc.conf.5,v 1.23 1998/10/06 19:24:26 phk Exp $ +.\" $Id: rc.conf.5,v 1.24 1998/10/08 18:47:30 des Exp $ .\" .Dd April 26, 1997 .Dt RC.CONF 5 @@ -285,6 +285,16 @@ is set to these are the flags to pass to the .Xr nfsiod 8 daemon. +.It Ar nfs_access_cache +if +.Ar nfs_client_enable +is set to +.Ar YES , +this can be set to +.Ar 0 +to disable NFS ACCESS RPC caching, or to the number of seconds for which NFS ACCESS +results should be cached. A value of 2-10 seconds will substantially reduce network +traffic for many NFS operations. .It Ar nfs_server_enable (bool) If set to .Ar YES , |