Files
minecraft_server/fabric/config/threadtweak.json
2026-01-15 19:50:48 +00:00

13 lines
176 B
JSON
Executable File

{
"threadCount": {
"bootstrap": 1,
"main": 3
},
"threadPriority": {
"game": 5,
"bootstrap": 1,
"main": 1,
"io": 1,
"integratedServer": 5
}
}