20 lines
375 B
TOML
20 lines
375 B
TOML
|
|
||
|
[help]
|
||
|
#Should the help information be visible in tooltips?
|
||
|
enabled-in-tooltips = true
|
||
|
|
||
|
[performance]
|
||
|
|
||
|
[performance.caches]
|
||
|
|
||
|
[performance.caches.sizes]
|
||
|
#performance.caches.sizes.collision-boxes.comment
|
||
|
#Range: 0 ~ 9223372036854775807
|
||
|
collision-boxes = 10000
|
||
|
|
||
|
[performance.saving]
|
||
|
#performance.saving.thread-count.comment
|
||
|
#Range: 1 ~ 4
|
||
|
thread-count = 4
|
||
|
|