1 2# Configuration for async io system 3[asyncIO] 4 # Serializer executor parallelism 5 ioWorkerParallelism = 4 6 # IO worker executor parallelism 7 serializerParallelism = 2 8 9# Configuration for threaded world generation 10[threadedWorldGen] 11 # Whether to allow feature generation (world decorations like trees, ores and etc.) run in parallel 12 allowThreadedFeatures = false 13 # World generation worker executor parallelism 14 parallelism = 4 15 # Whether to enable this feature 16 enabled = true 17 18 19