Jump to content

Mastodon: Difference between revisions

m
Remove duplicate `streamingProcesses`
(imported from old wiki)
m (Remove duplicate `streamingProcesses`)
 
Line 17: Line 17:
     streamingProcesses = 3; # Number of processes used. It is recommended to set to the number of CPU cores minus one
     streamingProcesses = 3; # Number of processes used. It is recommended to set to the number of CPU cores minus one
     extraConfig.SINGLE_USER_MODE = "true";
     extraConfig.SINGLE_USER_MODE = "true";
    streamingProcesses = 3; # Number of processes used by the mastodon-streaming service. recommended is the amount of your CPU cores minus one.
   };
   };
   networking.firewall.allowedTCPPorts = [ 80 443 ];
   networking.firewall.allowedTCPPorts = [ 80 443 ];
3

edits