mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +01:00
Update core.conf (#567)
This commit is contained in:
parent
458daaa325
commit
855d68ee2e
@ -18,7 +18,7 @@ data: "${data}"
|
|||||||
# This changes the amount of threads that BlueMap will use to render the maps.
|
# This changes the amount of threads that BlueMap will use to render the maps.
|
||||||
# A higher value can improve render-speed but could impact performance on the host machine.
|
# A higher value can improve render-speed but could impact performance on the host machine.
|
||||||
# This should be always below or equal to the number of available processor-cores.
|
# This should be always below or equal to the number of available processor-cores.
|
||||||
# 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.
|
||||||
# (So a value of -2 with 6 cores results in 4 render-processes)
|
# (So a value of -2 with 6 cores results in 4 render-processes)
|
||||||
# Default is 1
|
# Default is 1
|
||||||
render-thread-count: ${render-thread-count}
|
render-thread-count: ${render-thread-count}
|
||||||
|
Loading…
Reference in New Issue
Block a user