mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-09-01 04:12:12 -04:00
node_modules: update
This commit is contained in:
+1
-1
@@ -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