Actually I think I want a slightly longer sleep.

This should be a command line option.
This commit is contained in:
Bradley M. Kuhn 2019-12-24 09:24:15 -08:00
parent 5cc57f451e
commit 8dbc9b2ec6

View file

@ -175,7 +175,7 @@ foreach my $id (@supporterIds) {
print $sendmailFH $thisLine; print $sendmailFH $thisLine;
} }
close $sendmailFH; close $sendmailFH;
usleep(50000); usleep(70000);
$groupCounts{$group}++; $groupCounts{$group}++;
} }
print "\n\n"; print "\n\n";