adjust WkTimeFact so that -q1h will lower relative priorities of
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 11 Jan 1986 08:34:08 +0000 (00:34 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 11 Jan 1986 08:34:08 +0000 (00:34 -0800)
jobs over long periods, rather than leave them toward the top of the queue

SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.14
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.43

usr/src/usr.sbin/sendmail/src/conf.c
usr/src/usr.sbin/sendmail/src/version.c

index 22b2bf5..ba556c8 100644 (file)
@@ -9,7 +9,7 @@
 */
 
 #ifndef lint
 */
 
 #ifndef lint
-static char    SccsId[] = "@(#)conf.c  5.13 (Berkeley) %G%";
+static char    SccsId[] = "@(#)conf.c  5.14 (Berkeley) %G%";
 #endif not lint
 
 # include <pwd.h>
 #endif not lint
 
 # include <pwd.h>
@@ -147,7 +147,7 @@ setdefaults()
        SpaceSub = ' ';
        WkRecipFact = 1000;
        WkClassFact = 1800;
        SpaceSub = ' ';
        WkRecipFact = 1000;
        WkClassFact = 1800;
-       WkTimeFact = 600;
+       WkTimeFact = 9000;
        FileMode = 0644;
        DefUid = 1;
        DefGid = 1;
        FileMode = 0644;
        DefUid = 1;
        DefGid = 1;
index c0b3915..5cbafca 100644 (file)
@@ -9,7 +9,7 @@
 */
 
 #ifndef lint
 */
 
 #ifndef lint
-static char    SccsId[] = "@(#)version.c       5.42 (Berkeley) %G%";
+static char    SccsId[] = "@(#)version.c       5.43 (Berkeley) %G%";
 #endif not lint
 
 #endif not lint
 
-char   Version[] = "5.42";
+char   Version[] = "5.43";