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;
|
||||
}
|
||||
close $sendmailFH;
|
||||
usleep(60000);
|
||||
usleep(50000);
|
||||
$groupCounts{$group}++;
|
||||
}
|
||||
print "\n\n";
|
||||
|
|
Loading…
Reference in a new issue