From 0ef88e5a1f8456d6c5612ce73e5e5655c72d5f13 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 7 Sep 1996 19:50:48 +0000 Subject: [PATCH] After queueing deltas, send out an initial two mails since that will cover 99.9% of the cases at with out delay as before. --- usr.sbin/ctm/mkCTM/mkCTM | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.sbin/ctm/mkCTM/mkCTM b/usr.sbin/ctm/mkCTM/mkCTM index 7dced20cf5b0..85944ec17aa4 100644 --- a/usr.sbin/ctm/mkCTM/mkCTM +++ b/usr.sbin/ctm/mkCTM/mkCTM @@ -336,6 +336,9 @@ while 1 { puts "Queueing delta" flush stdout exec $CTMSW/ctm_smail -m $CTMmaxmsg -c $CTMmaxctm -q $CTMqueue $CTMdest/${nm}.gz $CTMqueuemail >&@ stdout + puts "Sending initial two deltas" + flush stdout + exec $CTMSW/ctm_dequeue -n 2 $CTMqueue >&@ stdout } } exec echo mailed > $CTMlock