From 4f881065270ee481114faee82ceef251ef9ea2dd Mon Sep 17 00:00:00 2001 From: QuietMisdreavus Date: Thu, 18 May 2017 11:00:31 -0500 Subject: [PATCH] update config name and description for low-priority --- src/bootstrap/config.toml.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index 52937e6ac9b..7bb61d65882 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -152,8 +152,9 @@ # known-good version of OpenSSL, compile it, and link it to Cargo. #openssl-static = false -# Run the build with low priority -#low_priority = false +# Run the build with low priority, by setting the process group's "nice" value +# to +10 on Unix platforms, and by using a "low priority" job object on Windows. +#low-priority = false # ============================================================================= # General install configuration options