Skip to content

Commit 4f88106

Browse files
update config name and description for low-priority
1 parent 1a7375b commit 4f88106

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bootstrap/config.toml.example

+3-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@
152152
# known-good version of OpenSSL, compile it, and link it to Cargo.
153153
#openssl-static = false
154154

155-
# Run the build with low priority
156-
#low_priority = false
155+
# Run the build with low priority, by setting the process group's "nice" value
156+
# to +10 on Unix platforms, and by using a "low priority" job object on Windows.
157+
#low-priority = false
157158

158159
# =============================================================================
159160
# General install configuration options

0 commit comments

Comments
 (0)