mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-07 21:34:05 +07:00
node_modules: update
This commit is contained in:
2
node_modules/nodemailer/lib/ses-transport/index.js
generated
vendored
2
node_modules/nodemailer/lib/ses-transport/index.js
generated
vendored
@ -38,7 +38,7 @@ class SESTransport extends EventEmitter {
|
||||
// max messages per second
|
||||
this.sendingRate = Number(this.options.sendingRate) || Infinity;
|
||||
this.sendingRateTTL = null;
|
||||
this.rateInterval = 1000;
|
||||
this.rateInterval = 1000; // milliseconds
|
||||
this.rateMessages = [];
|
||||
|
||||
this.pending = [];
|
||||
|
Reference in New Issue
Block a user