You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/04/29 07:29:15 UTC

svn commit: rev 10412 - incubator/spamassassin/trunk/spamd

Author: felicity
Date: Wed Apr 28 22:29:15 2004
New Revision: 10412

Modified:
   incubator/spamassassin/trunk/spamd/spamd.raw
Log:
bug 3296: lower the default number of connections per child to 200

Modified: incubator/spamassassin/trunk/spamd/spamd.raw
==============================================================================
--- incubator/spamassassin/trunk/spamd/spamd.raw	(original)
+++ incubator/spamassassin/trunk/spamd/spamd.raw	Wed Apr 28 22:29:15 2004
@@ -452,7 +452,7 @@
 
 # Set some "sane" limits for defaults
 $childlimit        ||= 5;
-$clients_per_child ||= 1000;
+$clients_per_child ||= 200;
 
 
 my $dontcopy = 1;
@@ -1996,7 +1996,7 @@
 
 This option specifies the maximum number of connections each child
 should process before dying and letting the master spamd process spawn
-a new child.  The minimum value is C<1>, the default value is C<1000>.
+a new child.  The minimum value is C<1>, the default value is C<200>.
 
 =item B<-H> I<directory>, B<--helper-home-dir>=I<directory>