We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7375b commit 4f88106Copy full SHA for 4f88106
src/bootstrap/config.toml.example
@@ -152,8 +152,9 @@
152
# known-good version of OpenSSL, compile it, and link it to Cargo.
153
#openssl-static = false
154
155
-# Run the build with low priority
156
-#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.
157
+#low-priority = false
158
159
# =============================================================================
160
# General install configuration options
0 commit comments