more oomps for masto

This commit is contained in:
Cyryl Płotnicki 2024-02-04 22:59:22 +00:00
parent e54bb9b7a9
commit c47211150a
1 changed files with 3 additions and 2 deletions

View File

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