diff options
author | matteo <matteo@FreeBSD.org> | 2006-04-30 18:34:48 +0000 |
---|---|---|
committer | matteo <matteo@FreeBSD.org> | 2006-04-30 18:34:48 +0000 |
commit | 837df5219a7df4f19f39bac3256f69180cdbe9c0 (patch) | |
tree | d1345016477cab3566be2c6f24795012952f80c4 /usr.sbin/nscd | |
parent | e690163534c54329f4d4d85f6241b81ff7e53b06 (diff) | |
download | FreeBSD-src-837df5219a7df4f19f39bac3256f69180cdbe9c0.zip FreeBSD-src-837df5219a7df4f19f39bac3256f69180cdbe9c0.tar.gz |
Specify default values for positive-policy and negative-policy .
Diffstat (limited to 'usr.sbin/nscd')
-rw-r--r-- | usr.sbin/nscd/nscd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/nscd/nscd.conf.5 b/usr.sbin/nscd/nscd.conf.5 index de6d43a..ea4ded5 100644 --- a/usr.sbin/nscd/nscd.conf.5 +++ b/usr.sbin/nscd/nscd.conf.5 @@ -25,7 +25,7 @@ .\" $FreeBSD$ .\" -.Dd August 29, 2005 +.Dd April 30, 2006 .Dt CACHED.CONF 5 .Os .Sh NAME @@ -58,7 +58,7 @@ coherence. The default value is 3600. The policy that is applied to erase some of the cache elements, when the size limit of the given cachename is exceeded. Possible policies are: fifo (first-in-first-out), lru (least-recently-used), -lfu (least-frequently-used). The default policy is +lfu (least-frequently-used). The default policy is lru. .It Sy negative-time-to-live [cachename] [value] The TTL of the negative cached elements in seconds. The larger values can significantly increase system performance in some environments @@ -67,7 +67,7 @@ for example). This number should be kept low to avoid the cache coherence problems. The default value is 60. .It Sy negative-policy [cachename] [fifo|lru|lfu] The same as the positive-policy, but this one is applied to the negative -elements of the given cachename. The default policy is +elements of the given cachename. The default policy is fifo. .It Sy suggested-size [cachename] [value] This is the internal hash table size. The value should be a prime number for optimum performance. You should only change this value when the number |