forked from GeyserMC/Geyser
Changed the thread pool size to be part of the config.
This commit is contained in:
parent
8ca747fa0b
commit
550d94c4c3
3 changed files with 11 additions and 5 deletions
|
@ -46,6 +46,9 @@ max-players: 100
|
|||
# If debug messages should be sent through console
|
||||
debug-mode: false
|
||||
|
||||
# Thread pool size
|
||||
general-thread-pool: 32
|
||||
|
||||
# bStats is a stat tracker that is entirely anonymous and tracks only basic information
|
||||
# about Geyser, such as how many people are online, how many servers are using Geyser,
|
||||
# what OS is being used, etc. You can learn more about bStats here: https://bstats.org/.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue