more oomps for masto
This commit is contained in:
parent
e54bb9b7a9
commit
c47211150a
1 changed files with 3 additions and 2 deletions
|
@ -90,7 +90,9 @@ in {
|
||||||
user = systemUserName;
|
user = systemUserName;
|
||||||
group = systemGroupName;
|
group = systemGroupName;
|
||||||
mediaAutoRemove.enable = false;
|
mediaAutoRemove.enable = false;
|
||||||
streamingProcesses = 2;
|
streamingProcesses = 4;
|
||||||
|
webProcesses = 2;
|
||||||
|
sidekiqThreads = 16;
|
||||||
smtp = {
|
smtp = {
|
||||||
host = "smtp.eu.mailgun.org";
|
host = "smtp.eu.mailgun.org";
|
||||||
port = 465;
|
port = 465;
|
||||||
|
@ -100,7 +102,6 @@ in {
|
||||||
createLocally = false;
|
createLocally = false;
|
||||||
passwordFile = "${mailgunSmtpPasswordPath}";
|
passwordFile = "${mailgunSmtpPasswordPath}";
|
||||||
};
|
};
|
||||||
sidekiqThreads = 8;
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
SMTP_TLS = "true";
|
SMTP_TLS = "true";
|
||||||
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
||||||
|
|
Loading…
Reference in a new issue