From 0d4c29b0016a36f753527a84e1a116b15e6d0899 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sun, 28 Aug 1983 21:59:54 -0800 Subject: [PATCH] Change QueueLA and RefuseLA to 8 and 12 respectively SCCS-vsn: usr.sbin/sendmail/src/conf.c 4.3 --- usr/src/usr.sbin/sendmail/src/conf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.c b/usr/src/usr.sbin/sendmail/src/conf.c index d850749da9..b775fbda89 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.c +++ b/usr/src/usr.sbin/sendmail/src/conf.c @@ -33,7 +33,7 @@ -SCCSID(@(#)conf.c 4.2 %G%); +SCCSID(@(#)conf.c 4.3 %G%); /* ** Header info table ** Final (null) entry contains the flags used for any other field. @@ -103,8 +103,8 @@ char *FreezeFile = "/usr/lib/sendmail.fc"; /* frozen version of above */ */ char SpaceSub = '.'; /* character to replace in addrs */ -int QueueLA = 12; /* if load average > 12, just queue */ -int RefuseLA = 25; /* if load average > 25, refuse connections */ +int QueueLA = 8; /* load avg > QueueLA -> just queue */ +int RefuseLA = 12; /* load avg > RefuseLA -> refuse connections */ # ifdef V6 /* -- 2.20.1