Merge pull request #199572 from SuperSandro2000/nix-daemon-io-prio
nixos/nix-daemon: don't give daemon by default high io priority
This commit is contained in:
commit
abd4e9d524
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ in
|
||||||
|
|
||||||
daemonIOSchedPriority = mkOption {
|
daemonIOSchedPriority = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
default = 0;
|
default = 4;
|
||||||
example = 1;
|
example = 1;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Nix daemon process I/O scheduling priority. This priority propagates
|
Nix daemon process I/O scheduling priority. This priority propagates
|
||||||
|
|
Loading…
Reference in a new issue