Skip to content

Commit

Permalink
mastodon: fix evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Nov 19, 2023
1 parent b633f58 commit a6c3053
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/hosts/hil0/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,10 @@ in {
systemd.services.nix-daemon.serviceConfig.CPUWeight = "idle";
systemd.services.hydra-evaluator.serviceConfig.CPUWeight = "idle";
}

# mastodon extra configurations
{
services.mastodon.streamingProcesses = 3; # number of cpu cores - 1
}
];
}

0 comments on commit a6c3053

Please sign in to comment.