We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e36e08e + 855d68e commit 90a8f2cCopy full SHA for 90a8f2c
BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/core.conf
@@ -18,7 +18,7 @@ data: "${data}"
18
# This changes the amount of threads that BlueMap will use to render the maps.
19
# A higher value can improve render-speed but could impact performance on the host machine.
20
# This should be always below or equal to the number of available processor-cores.
21
-# Zero or a negative value means the amount of of available processor-cores subtracted by the value.
+# Zero or a negative value means the amount of available processor-cores subtracted by the value.
22
# (So a value of -2 with 6 cores results in 4 render-processes)
23
# Default is 1
24
render-thread-count: ${render-thread-count}
0 commit comments