INN commit: trunk (3 files)
INN Commit
Russ_Allbery at isc.org
Mon Mar 16 18:49:28 UTC 2009
Date: Monday, March 16, 2009 @ 11:49:27
Author: iulius
Revision: 8384
Update innconf to reflect the changes of commit 8383.
Also decrease overcachesize from 128 to 64 (previously 15).
Modified:
trunk/doc/pod/inn.conf.pod
trunk/lib/innconf.c
trunk/samples/inn.conf.in
----------------------+
doc/pod/inn.conf.pod | 2 +-
lib/innconf.c | 4 ++--
samples/inn.conf.in | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Modified: doc/pod/inn.conf.pod
===================================================================
--- doc/pod/inn.conf.pod 2009-03-15 16:25:23 UTC (rev 8383)
+++ doc/pod/inn.conf.pod 2009-03-16 18:49:27 UTC (rev 8384)
@@ -425,7 +425,7 @@
descriptors your operating system allows. innd(8) also uses an open file
descriptor for each incoming feed and outgoing channel or batch file, and
if it runs out of open file descriptors, it may throttle and stop accepting
-new news. The default value is C<128> (which is probably still too low if
+new news. The default value is C<64> (which is probably still too low if
you have a large number of file descriptors available).
This setting is ignored unless I<ovmethod> is set to C<tradindexed>.
Modified: lib/innconf.c
===================================================================
--- lib/innconf.c 2009-03-15 16:25:23 UTC (rev 8383)
+++ lib/innconf.c 2009-03-16 18:49:27 UTC (rev 8384)
@@ -199,7 +199,7 @@
{ K(keywords), BOOL (false) },
{ K(localmaxartsize), NUMBER (1000000) },
{ K(maxcmdreadsize), NUMBER (BUFSIZ) },
- { K(msgidcachesize), NUMBER (10000) },
+ { K(msgidcachesize), NUMBER (16000) },
{ K(moderatormailer), STRING (NULL) },
{ K(nfsreader), BOOL (false) },
{ K(nfsreaderdelay), NUMBER (60) },
@@ -231,7 +231,7 @@
{ K(keepmmappedthreshold), NUMBER (1024) },
{ K(nfswriter), BOOL (false) },
{ K(nnrpdcheckart), BOOL (true) },
- { K(overcachesize), NUMBER (15) },
+ { K(overcachesize), NUMBER (64) },
{ K(ovgrouppat), STRING (NULL) },
{ K(storeonxref), BOOL (true) },
{ K(tradindexedmmap), BOOL (true) },
Modified: samples/inn.conf.in
===================================================================
--- samples/inn.conf.in 2009-03-15 16:25:23 UTC (rev 8383)
+++ samples/inn.conf.in 2009-03-16 18:49:27 UTC (rev 8384)
@@ -66,7 +66,7 @@
groupbaseexpiry: true
mergetogroups: false
nfswriter: false
-overcachesize: 128
+overcachesize: 64
#ovgrouppat:
storeonxref: true
useoverchan: false
More information about the inn-committers
mailing list