Skip to content

Commit 90a8f2c

Browse files
committed
2 parents e36e08e + 855d68e commit 90a8f2c

File tree

1 file changed

+1
-1
lines changed
  • BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config

1 file changed

+1
-1
lines changed

BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/core.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data: "${data}"
1818
# This changes the amount of threads that BlueMap will use to render the maps.
1919
# A higher value can improve render-speed but could impact performance on the host machine.
2020
# 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.
21+
# Zero or a negative value means the amount of available processor-cores subtracted by the value.
2222
# (So a value of -2 with 6 cores results in 4 render-processes)
2323
# Default is 1
2424
render-thread-count: ${render-thread-count}

0 commit comments

Comments
 (0)