mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-27 05:07:50 +02:00
⚡️ Increase email send rate (#599)
This commit is contained in:
parent
d049e91665
commit
0f0c97d790
1 changed files with 5 additions and 1 deletions
|
@ -41,7 +41,11 @@ const getTransport = () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
transport = createTransport({
|
transport = createTransport({
|
||||||
SES: { ses, aws },
|
SES: {
|
||||||
|
ses,
|
||||||
|
aws,
|
||||||
|
sendingRate: 10,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue