about summary refs log tree commit diff
path: root/src/bootstrap/config.toml.example
diff options
context:
space:
mode:
authorQuietMisdreavus <grey@quietmisdreavus.net>2017-05-18 11:00:31 -0500
committerQuietMisdreavus <grey@quietmisdreavus.net>2017-05-18 11:00:31 -0500
commit4f881065270ee481114faee82ceef251ef9ea2dd (patch)
treeeeb75a238d6a886e9372bb3f684678fca0802f90 /src/bootstrap/config.toml.example
parent1a7375b7e0fe41aa791ecf69dcceea7880302279 (diff)
downloadrust-4f881065270ee481114faee82ceef251ef9ea2dd.tar.gz
rust-4f881065270ee481114faee82ceef251ef9ea2dd.zip
update config name and description for low-priority
Diffstat (limited to 'src/bootstrap/config.toml.example')
-rw-r--r--src/bootstrap/config.toml.example5
1 files 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