cobblemonNEV/server/config/smoothboot.json
2024-05-13 21:47:42 -07:00

14 lines
198 B
JSON

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