more oomps for masto

This commit is contained in:
Cyryl Płotnicki 2024-02-04 22:59:22 +00:00
parent e54bb9b7a9
commit c47211150a

View file

@ -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";