From a824caeccd91d5d3a766ad3b69a0438e6b9e2573 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 20 Nov 2023 15:46:24 +0000 Subject: [PATCH] Set amount of streaming processes --- mastodon.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mastodon.nix b/mastodon.nix index df63dff..2efa07b 100644 --- a/mastodon.nix +++ b/mastodon.nix @@ -168,6 +168,8 @@ in { localDomain = "${domainName}"; configureNginx = false; + streamingProcesses = 8; + smtp = { createLocally = false; authenticate = true;