Shorten sleep time
This commit is contained in:
parent
60fa54814c
commit
102b1f8468
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ foreach my $id (@supporterIds) {
|
||||||
print $sendmailFH $thisLine;
|
print $sendmailFH $thisLine;
|
||||||
}
|
}
|
||||||
close $sendmailFH;
|
close $sendmailFH;
|
||||||
usleep(60000);
|
usleep(50000);
|
||||||
$groupCounts{$group}++;
|
$groupCounts{$group}++;
|
||||||
}
|
}
|
||||||
print "\n\n";
|
print "\n\n";
|
||||||
|
|
Loading…
Reference in a new issue