From a05337e56bc893fbd405d364e7dc7b63318fb651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 12 Mar 2023 09:04:34 +0000 Subject: [PATCH] up the number of processing threads for masto --- nixos/boxes/vpsfree1/mastodon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/boxes/vpsfree1/mastodon.nix b/nixos/boxes/vpsfree1/mastodon.nix index 2799e802..c618f242 100644 --- a/nixos/boxes/vpsfree1/mastodon.nix +++ b/nixos/boxes/vpsfree1/mastodon.nix @@ -130,6 +130,7 @@ in { createLocally = false; passwordFile = "${mailgunSmtpPasswordPath}"; }; + sidekiqThreads = 32; extraConfig = { SMTP_TLS = "true"; SMTP_ENABLE_STARTTLS_AUTO = "true";