mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #270522 from schmittlauch/mastodon-streaming-processes-number-docs
Proposal: nixos/mastodon; Releasenotes and (possibly) better error messages for `streamingProcesses`
This commit is contained in:
commit
ba513b2979
@ -71,7 +71,9 @@ Make sure to also check the many updates in the [Nixpkgs library](#sec-release-2
|
||||
- `services.mastodon` doesn't support providing a TCP port to its `streaming`
|
||||
component anymore, as upstream implemented parallelization by running
|
||||
multiple instances instead of running multiple processes in one instance.
|
||||
Please create a PR if you are interested in this feature.
|
||||
Please create a PR if you are interested in this feature.\
|
||||
Due to this, the desired number of such instances
|
||||
{option}`services.mastodon.streamingProcesses` now needs to be declared explicitly.
|
||||
|
||||
- The `services.hostapd` module was rewritten to support `passwordFile` like
|
||||
options, WPA3-SAE, and management of multiple interfaces. This breaks
|
||||
|
@ -229,7 +229,7 @@ in {
|
||||
streamingProcesses = lib.mkOption {
|
||||
description = lib.mdDoc ''
|
||||
Number of processes used by the mastodon-streaming service.
|
||||
Recommended is the amount of your CPU cores minus one.
|
||||
Please define this explicitly, recommended is the amount of your CPU cores minus one.
|
||||
'';
|
||||
type = lib.types.ints.positive;
|
||||
example = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user