From 855d68ee2edd7d01a617ad35cee85d22295ec8e1 Mon Sep 17 00:00:00 2001 From: Omer Hijazi Date: Mon, 1 Jul 2024 01:27:14 +0300 Subject: [PATCH] Update core.conf (#567) --- .../src/main/resources/de/bluecolored/bluemap/config/core.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/core.conf b/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/core.conf index d3e6bab4..7e6f8bf3 100644 --- a/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/core.conf +++ b/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/core.conf @@ -18,7 +18,7 @@ data: "${data}" # 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. # 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) # Default is 1 render-thread-count: ${render-thread-count}