fix: boinc global preferences defaults description in comments

This commit is contained in:
Michele Cereda
2023-06-03 22:34:51 +02:00
parent 6b6cc7b803
commit 0d236f1bd3

View File

@@ -117,8 +117,8 @@
<max_cpus>
<!--
Use at most N CPUs on multi-CPU systems, and keep the rest free for other
applications.
Use at most N cores on multi-core systems, and keep the rest free for
other applications.
Integer value. Maxes out at 1024. No default.
-->
1024
@@ -126,7 +126,8 @@
<max_ncpus_pct>
<!--
Use at most N% of the CPUs, and keep the rest free for other applications.
Use at most N% of the cores in multi-core systems, and keep the rest free
for other applications.
Example: 75% means to use 6 cores on an 8-core CPU.
Floating point percentage value. Defaults to 90.000000.
-->