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;
|
||||
group = systemGroupName;
|
||||
mediaAutoRemove.enable = false;
|
||||
streamingProcesses = 2;
|
||||
streamingProcesses = 4;
|
||||
webProcesses = 2;
|
||||
sidekiqThreads = 16;
|
||||
smtp = {
|
||||
host = "smtp.eu.mailgun.org";
|
||||
port = 465;
|
||||
|
@ -100,7 +102,6 @@ in {
|
|||
createLocally = false;
|
||||
passwordFile = "${mailgunSmtpPasswordPath}";
|
||||
};
|
||||
sidekiqThreads = 8;
|
||||
extraConfig = {
|
||||
SMTP_TLS = "true";
|
||||
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
||||
|
|
Loading…
Reference in a new issue