️ Increase email send rate (#599)

This commit is contained in:
Luke Vella 2023-03-22 21:56:59 +00:00 committed by GitHub
parent d049e91665
commit 0f0c97d790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,11 @@ const getTransport = () => {
});
transport = createTransport({
SES: { ses, aws },
SES: {
ses,
aws,
sendingRate: 10,
},
});
}
break;