Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/PojavOptimize
Path: blob/main/1.16.5/config/c2me.toml
4986 views
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