up the number of processing threads for masto
This commit is contained in:
parent
09f76119c0
commit
a05337e56b
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ in {
|
||||||
createLocally = false;
|
createLocally = false;
|
||||||
passwordFile = "${mailgunSmtpPasswordPath}";
|
passwordFile = "${mailgunSmtpPasswordPath}";
|
||||||
};
|
};
|
||||||
|
sidekiqThreads = 32;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
SMTP_TLS = "true";
|
SMTP_TLS = "true";
|
||||||
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
||||||
|
|
Loading…
Reference in a new issue