summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-12-12 11:54:18 +0100
committerlassulus <git@lassul.us>2023-12-12 11:54:18 +0100
commitc441ad385478b29c763d3acc430c6596add9c98a (patch)
tree69944635d260cd21db4c35640f2ab6be653b0e25
parent7d1fba58b51f64c31c6c6783cb8d41b42db6feb3 (diff)
mastodon: set streamingProcesses
-rw-r--r--krebs/2configs/mastodon.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/mastodon.nix b/krebs/2configs/mastodon.nix
index af308b2c..2a3dc841 100644
--- a/krebs/2configs/mastodon.nix
+++ b/krebs/2configs/mastodon.nix
@@ -13,6 +13,7 @@
enable = true;
localDomain = "social.krebsco.de";
configureNginx = true;
+ streamingProcesses = 3;
trustedProxy = config.krebs.hosts.prism.nets.retiolum.ip6.addr;
smtp.createLocally = false;
smtp.fromAddress = "derp";