about summary refs log tree commit diff
diff options
context:
space:
mode:
-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