Spawn sender into separate process
This commit is contained in:
parent
37b0ac9aec
commit
88fe24a709
3 changed files with 39 additions and 6 deletions
|
@ -109,3 +109,8 @@ host="127.0.0.1"
|
|||
# extra options for nodemailer
|
||||
[nodemailer]
|
||||
#textEncoding="base64"
|
||||
|
||||
[queue]
|
||||
# How many parallel sender processes to spawn
|
||||
# Do not use more than 1 for now as it would create race conditions
|
||||
processes=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue